This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1135513 localtunnel-1.8.3.tgz/lib/Tunnel.js:79: self.setMaxListeners(info.max_conn + (EventEmitter.defaultMaxListeners || 10)); | |
| 375406 jimp-forked-0.0.1.tgz/browser/lib/jimp.js:2397:EventEmitter.defaultMaxListeners=10;// Obviously not all Emitters should be limited to 10. This function allows | |
| 375406 jimp-forked-0.0.1.tgz/browser/lib/jimp.js:2410:if(isObject(this._events[type])&&!this._events[type].warned){if(!isUndefined(this._maxListeners)){m=this._maxListeners;}else{m=EventEmitter.defaultMaxListeners;}if(m&&m>0&&this._events[type].length>m){this._events[type].warned=true;console.error('(node) warning: possible EventEmitter memory '+'leak detected. %d listeners added. '+'Use emitter.setMaxListeners() to increase limit.',this._events[type].length);if(typeof console.trace==='function'){// not supported in IE 10 | |
| 71615 rollup-plugin-node-builtins-2.1.2.tgz/src/es6/events.js:59: return EventEmitter.defaultMaxListeners; | |
| 66268 purify-css-1.2.5.tgz/lib/purifycss.es.js:58: return EventEmitter.defaultMaxListe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11114592 events-2.0.0.tgz/events.js:67: EventEmitter.defaultMaxListeners = defaultMaxListeners; | |
| 11114592 events-2.0.0.tgz/events.js:81: return EventEmitter.defaultMaxListeners; | |
| 11114592 events-2.0.0.tgz/tests/check-listener-leaks.js:63: events.EventEmitter.defaultMaxListeners = 42; | |
| 11114592 events-2.0.0.tgz/tests/check-listener-leaks.js:74: events.EventEmitter.defaultMaxListeners = 44; | |
| 11114592 events-2.0.0.tgz/tests/check-listener-leaks.js:83: events.EventEmitter.defaultMaxListeners = 42; | |
| 11114592 events-2.0.0.tgz/tests/max-listeners.js:43: assert.throws(function() { events.defaultMaxListeners = obj; }, defError); | |
| 6328358 mocha-5.0.1.tgz/mocha.js:10649:EventEmitter.defaultMaxListeners = 10; | |
| 6328358 mocha-5.0.1.tgz/mocha.js:10746: m = EventEmitter.defaultMaxListeners; | |
| 4886878 eventsource-1.0.5.tgz/example/eventsource-polyfill.js:2339:EventEmitter.defaultMaxListeners = 10; | |
| 4886878 eventsource-1.0.5.tgz/example/eventsource-polyfill.js:2436: m = EventEmitter.defaultMaxListeners; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 190M react-native-linphone-4.0.0.tgz | |
| 188M react-present-0.2.1.tgz | |
| 181M react-native-appboy-sdk-1.4.0.tgz | |
| 178M react-native-kaltura-player-v3-1.0.1.tgz | |
| 177M react-native-embryo-0.1.0.tgz | |
| 176M react-native-huanxinpro-1.0.2.tgz | |
| 171M react-native-annecy-media-1.4.3.tgz | |
| 161M react-native-sectioned-multi-select-0.3.4.tgz | |
| 160M react-native-openalpr-1.1.0.tgz | |
| 160M react-native-media-editor-0.0.1.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #ifdef _MSC_VER | |
| #include <intrin.h> /* for rdtscp and clflush */ | |
| #pragma optimize("gt",on) | |
| #else | |
| #include <x86intrin.h> /* for rdtscp and clflush */ | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| path.js-1.0.7.tgz/test/path-test.coffee:281: assert.equal path._makeLong(null), null | |
| path.js-1.0.7.tgz/test/path-test.coffee:282: assert.equal path._makeLong(100), 100 | |
| path.js-1.0.7.tgz/test/path-test.coffee:283: assert.equal path._makeLong(path), path | |
| path.js-1.0.7.tgz/test/path-test.coffee:284: assert.equal path._makeLong(false), false | |
| path.js-1.0.7.tgz/test/path-test.coffee:285: assert.equal path._makeLong(true), true | |
| path.js-1.0.7.tgz/test/win-path-test.coffee:313: assert.equal path._makeLong(null), null | |
| path.js-1.0.7.tgz/test/win-path-test.coffee:314: assert.equal path._makeLong(100), 100 | |
| path.js-1.0.7.tgz/test/win-path-test.coffee:315: assert.equal path._makeLong(path), path | |
| path.js-1.0.7.tgz/test/win-path-test.coffee:316: assert.equal path._makeLong(false), false | |
| path.js-1.0.7.tgz/test/win-path-test.coffee:317: assert.equal path._makeLong(true), true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import QtQuick 2.0 | |
| import QtQuick.Particles 2.0 | |
| Item { | |
| width: 1500 | |
| height: 800 | |
| Rectangle { | |
| color: 'black' | |
| anchors.fill: parent | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import QtQuick 2.2 | |
| Item { | |
| width: 300; height: 300 | |
| property bool arg: false | |
| Rectangle { | |
| id: item | |
| color: 'red' | |
| width: 100; height: 100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4835626 browserify-zlib-0.1.4.tgz/src/index.js:22:var Transform = require('_stream_transform'); | |
| 159317 jimp-0.2.27.tgz/browser/lib/jimp.js:984:var Transform=require('_stream_transform');var binding=require('./binding');var util=require('util');var assert=require('assert').ok;// zlib doesn't provide these, so kludge them in following the same | |
| 25307 steal-1.2.7.tgz/ext/builtin/_stream_duplex.js:30:var Readable = require('_stream_readable'); | |
| 25307 steal-1.2.7.tgz/ext/builtin/_stream_duplex.js:31:var Writable = require('_stream_writable'); | |
| 25307 steal-1.2.7.tgz/ext/builtin/_stream_passthrough.js:28:var Transform = require('_stream_transform'); | |
| 25307 steal-1.2.7.tgz/ext/builtin/_stream_transform.js:66:var Duplex = require('_stream_duplex'); | |
| 25307 steal-1.2.7.tgz/ext/builtin/stream.js:28:Stream.Readable = require('_stream_readable'); | |
| 25307 steal-1.2.7.tgz/ext/builtin/stream.js:29:Stream.Writable = require('_stream_writable'); | |
| 25307 steal-1.2.7.tgz/ext/builtin/stream.js:30:Stream.Duplex = require('_stream_duplex'); |