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.5.1 to 0.6.0

2

index.js

@@ -23,3 +23,3 @@ const fs = require("fs");

_fs = fs
}) {
} = {}) {
const exportTypeCache = {};

@@ -26,0 +26,0 @@ const exportTable = {};

{
"name": "rollup-plugin-cjs-es",
"version": "0.5.1",
"version": "0.6.0",
"description": "Convert CommonJS module into ES module",

@@ -17,3 +17,3 @@ "keywords": [

"scripts": {
"test": "eslint **/*.js && nyc --reporter=html mocha",
"test": "eslint **/*.js --cache && nyc --reporter=html mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",

@@ -27,13 +27,13 @@ "preversion": "npm test",

"devDependencies": {
"coveralls": "^3.0.1",
"endent": "^1.1.1",
"eslint": "^5.0.1",
"coveralls": "^3.0.2",
"endent": "^1.1.2",
"eslint": "^5.1.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rollup": "^0.62.0",
"sinon": "^6.0.1",
"rollup": "^0.63.2",
"sinon": "^6.1.3",
"tempdir-yaml": "^0.2.1"
},
"dependencies": {
"cjs-es": "^0.4.9",
"cjs-es": "^0.5.0",
"es-info": "^0.1.1",

@@ -40,0 +40,0 @@ "estree-walker": "^0.5.2",

@@ -347,2 +347,7 @@ rollup-plugin-cjs-es

* 0.6.0 (Jul 19, 2018)
- Fix: destructure error when initializing the plugin.
- Update dependencies. Nested named exports won't be hoisted anymore.
* 0.5.1 (Jun 30, 2018)

@@ -349,0 +354,0 @@

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