Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-pluginutils

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-pluginutils - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

CHANGELOG.md
# rollup-pluginutils changelog
## 1.3.1
* Build with Rollup directly, rather than via Gobble
## 1.3.0

@@ -4,0 +8,0 @@

8

package.json
{
"name": "rollup-pluginutils",
"description": "Functionality commonly needed by Rollup plugins",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/pluginutils.cjs.js",

@@ -9,6 +9,4 @@ "jsnext:main": "dist/pluginutils.es6.js",

"eslint": "^1.8.0",
"gobble": "^0.10.2",
"gobble-cli": "^0.6.0",
"gobble-rollup": "^0.11.0",
"mocha": "^2.3.3",
"rollup": "^0.21.2",
"rollup-plugin-babel": "^1.0.0"

@@ -18,3 +16,3 @@ },

"test": "mocha",
"build": "gobble build -f dist",
"build": "rollup -c -f cjs -o dist/pluginutils.cjs.js && rollup -c -f es6 -o dist/pluginutils.es6.js",
"pretest": "npm run build",

@@ -21,0 +19,0 @@ "prepublish": "npm test"

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