Socket
Socket
Sign inDemoInstall

rollup-plugin-cjs-es

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-cjs-es - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

22

package.json
{
"name": "rollup-plugin-cjs-es",
"version": "0.7.0",
"version": "0.8.0",
"description": "Convert CommonJS module into ES module",

@@ -26,19 +26,19 @@ "keywords": [

"devDependencies": {
"coveralls": "^3.0.2",
"endent": "^1.2.0",
"eslint": "^5.6.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"rollup": "^0.66.0",
"sinon": "^6.3.4",
"coveralls": "^3.0.3",
"endent": "^1.3.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rollup": "^1.13.1",
"sinon": "^7.3.2",
"tempdir-yaml": "^0.2.1"
},
"dependencies": {
"cjs-es": "^0.6.1",
"cjs-es": "^0.6.2",
"es-info": "^0.1.1",
"rollup-pluginutils": "^2.3.3"
"rollup-pluginutils": "^2.8.1"
},
"peerDependencies": {
"rollup": ">=0.60"
"rollup": "^1.13.1"
}
}

@@ -327,3 +327,8 @@ rollup-plugin-cjs-es

* 0.8.0 (Jun 5, 2019)
- Bump dependencies. Update to rollup@1.13.1.
* 0.7.0 (Sep 19, 2018)
- Enhance: don't emit export type unmatch warning when the module is not loaded.

@@ -330,0 +335,0 @@ - Update cjs-es to 0.6.1. Now `module.exports` and `exports` are bound to a single reference.

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