Socket
Socket
Sign inDemoInstall

@rollup/plugin-commonjs

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-commonjs - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

10

CHANGELOG.md
# @rollup/plugin-commonjs ChangeLog
## v11.0.2
_2020-02-01_
### Updates
- docs: fix link for plugin-node-resolve (#170)
- chore: update dependencies (5405eea)
- chore: remove jsnext:main (#152)
## v11.0.1

@@ -4,0 +14,0 @@

30

package.json
{
"name": "@rollup/plugin-commonjs",
"version": "11.0.1",
"version": "11.0.2",
"publishConfig": {

@@ -53,3 +53,3 @@ "access": "public"

"@rollup/pluginutils": "^3.0.0",
"estree-walker": "^0.6.1",
"estree-walker": "^1.0.1",
"is-reference": "^1.1.2",

@@ -60,22 +60,17 @@ "magic-string": "^0.25.2",

"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"acorn": "^6.1.1",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.0",
"husky": "^2.4.1",
"lint-staged": "^8.2.1",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"acorn": "^7.1.0",
"locate-character": "^2.0.5",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"require-relative": "^0.8.7",
"rollup": "^1.16.2",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"shx": "^0.3.2",
"source-map": "^0.6.1",
"source-map-support": "^0.5.12",
"typescript": "^3.5.2"
"source-map-support": "^0.5.16",
"typescript": "^3.7.4"
},

@@ -90,5 +85,4 @@ "ava": {

},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",
"types": "types/index.d.ts"
}

2

README.md

@@ -132,3 +132,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-commonjs

Since most CommonJS packages you are importing are probably depdenencies in `node_modules`, you may need to use [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/packages/node-resolve):
Since most CommonJS packages you are importing are probably depdenencies in `node_modules`, you may need to use [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/master/packages/node-resolve):

@@ -135,0 +135,0 @@ ```js

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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