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

rollup-plugin-buble

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-buble - npm Package Compare versions

Comparing version 0.19.4 to 0.19.6

6

CHANGELOG.md
# rollup-plugin-buble changelog
## 0.19.6
* Update dependencies
* Add test
* Enable direct Github installation
## 0.19.4

@@ -4,0 +10,0 @@

11

package.json
{
"name": "rollup-plugin-buble",
"description": "Compile ES2015 with buble",
"version": "0.19.4",
"version": "0.19.6",
"author": "Rich Harris",

@@ -14,3 +14,4 @@ "repository": "https://github.com/rollup/rollup-plugin-buble",

"pretest": "npm run build",
"prepublish": "npm run lint && rm -rf dist && npm test",
"prepublishOnly": "npm run lint && rm -rf dist && npm test",
"prepare": "npm run build",
"lint": "eslint src"

@@ -23,10 +24,10 @@ },

"devDependencies": {
"eslint": "^5.6.1",
"eslint": "^5.10.0",
"mocha": "^5.2.0",
"rollup": "^0.66.4"
"rollup": "^0.67.4"
},
"dependencies": {
"buble": "^0.19.4",
"buble": "^0.19.6",
"rollup-pluginutils": "^2.3.3"
}
}
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