Socket
Socket
Sign inDemoInstall

event-target-shim

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 1.0.0

lib/EventTarget.js

49

package.json
{
"name": "event-target-shim",
"version": "0.1.1",
"version": "1.0.0",
"description": "A polyfill for W3C EventTarget Constructor.",
"main": "lib/EventTarget.js",
"directories": {
"test": "test"
},
"files": [
"lib"
],
"scripts": {
"build": "babel src --out-dir lib --source-maps-inline",
"test": "karma start karma.conf.js --single-run",
"testing": "karma start karma.conf.js --auto-watch"
"build": "babel src --out-dir lib",
"test": "npm-run-all test:lint build test:karma",
"test:lint": "eslint src test",
"test:karma": "karma start karma.conf.js --single-run",
"testing": "npm-run-all --parallel testing:build testing:karma",
"testing:build": "npm run build -- --watch",
"testing:karma": "karma start karma.conf.js --auto-watch"
},
"devDependencies": {
"babel": "^4.7.16",
"babelify": "^5.0.4",
"eslint": "^0.17.1",
"espowerify": "^0.10.0",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.1",
"npm-run-all": "^1.0.2",
"power-assert": "^0.10.2",
"spy": "^0.1.3"
},
"repository": {

@@ -31,16 +51,3 @@ "type": "git",

},
"homepage": "https://github.com/mysticatea/event-target-shim",
"devDependencies": {
"babel": "^4.4.3",
"babelify": "^5.0.3",
"chai": "^2.0.0",
"chai-spies": "^0.5.1",
"karma": "^0.12.31",
"karma-browserify": "^3.0.2",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.10",
"mocha": "^2.1.0"
}
"homepage": "https://github.com/mysticatea/event-target-shim"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc