New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pluginjs/simple-emitter

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluginjs/simple-emitter - npm Package Compare versions

Comparing version 0.6.5 to 0.7.0

dist/simple-emitter.common.min.js

5

dist/simple-emitter.common.js

@@ -0,1 +1,6 @@

/*!
* @pluginjs/simple-emitter v0.7.0 (https://pluginjs.com)
* Copyright 2018 Creation Studio Limited
* Released under the GPL-3.0 License.
*/
'use strict';

@@ -2,0 +7,0 @@

@@ -0,1 +1,6 @@

/*!
* @pluginjs/simple-emitter v0.7.0 (https://pluginjs.com)
* Copyright 2018 Creation Studio Limited
* Released under the GPL-3.0 License.
*/
class SimpleEmitter {

@@ -2,0 +7,0 @@ constructor() {

@@ -0,1 +1,6 @@

/*!
* @pluginjs/simple-emitter v0.7.0 (https://pluginjs.com)
* Copyright 2018 Creation Studio Limited
* Released under the GPL-3.0 License.
*/
(function (global, factory) {

@@ -2,0 +7,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

21

package.json

@@ -6,3 +6,3 @@ {

"author": "Creation Studio Limited",
"homepage": "https://github.com/pluginjs/pluginjs",
"homepage": "https://pluginjs.com",
"repository": {

@@ -15,6 +15,9 @@ "url": "git@github.com:pluginjs/pluginjs.git",

},
"version": "0.6.5",
"version": "0.7.0",
"category": "core",
"main": "dist/simple-emitter.common.js",
"module": "dist/simple-emitter.esm.js",
"umd": "dist/simple-emitter.js",
"unpkg": "dist/simple-emitter.js",
"jsdelivr": "dist/simple-emitter.js",
"source": "src/main.js",

@@ -31,2 +34,3 @@ "files": [

"lint:js": "eslint ./src/**/*.js --fix",
"prepublish": "npm run build",
"test": "jest"

@@ -36,11 +40,13 @@ },

"@babel/core": "^7.1.2",
"@pluginjs/browserslist-config": "^1.1.1",
"@pluginjs/cli": "^0.6.5",
"@pluginjs/browserslist-config": "^1.2.0",
"@pluginjs/cli": "^0.7.0",
"babel-jest": "*",
"jest": "*",
"jest-extended": "*",
"rename": "^1.0.4",
"rollup": "*",
"rollup-plugin-babel": "*",
"rollup-plugin-commonjs": "*",
"rollup-plugin-node-resolve": "*"
"rollup-plugin-node-resolve": "*",
"rollup-plugin-terser": "*"
},

@@ -62,7 +68,4 @@ "engines": {

],
"jsdelivr": "dist/simple-emitter.js",
"title": "Plugin",
"umd": "dist/simple-emitter.js",
"unpkg": "dist/simple-emitter.js",
"gitHead": "d48a74b919bc96e453b357378b43855371b5f55d"
"gitHead": "966846899194272d4643d025f031e93f36670c63"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc