Socket
Socket
Sign inDemoInstall

rollup-plugin-commonjs

Package Overview
Dependencies
Maintainers
4
Versions
70
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 9.2.3 to 9.3.0

4

CHANGELOG.md
# rollup-plugin-commonjs changelog
## 9.3.0
*2019-04-03*
* Add TypeScript types ([#363](https://github.com/rollup/rollup-plugin-commonjs/issues/363))
## 9.2.3

@@ -4,0 +8,0 @@ *2019-04-02*

7

package.json
{
"name": "rollup-plugin-commonjs",
"version": "9.2.3",
"version": "9.3.0",
"description": "Convert CommonJS modules to ES2015",

@@ -10,3 +10,3 @@ "main": "dist/rollup-plugin-commonjs.cjs.js",

"test": "npm run test:only",
"test:only": "mocha",
"test:only": "mocha && tsc",
"pretest": "npm run build",

@@ -48,3 +48,4 @@ "build": "shx rm -rf dist/* && rollup -c",

"source-map": "^0.7.3",
"source-map-support": "^0.5.11"
"source-map-support": "^0.5.11",
"typescript": "^3.4.1"
},

@@ -51,0 +52,0 @@ "repository": "rollup/rollup-plugin-commonjs",

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