Socket
Socket
Sign inDemoInstall

grunt-rollup

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-rollup - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.editorconfig

6

package.json
{
"name": "grunt-rollup",
"description": "Grunt plugin for rollup - next-generation ES6 module bundler",
"version": "1.0.1",
"version": "2.0.0",
"homepage": "https://github.com/chrisprice/grunt-rollup",

@@ -27,3 +27,3 @@ "author": {

"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",

@@ -41,4 +41,4 @@ "grunt-contrib-nodeunit": "^1.0.0"

"bluebird": "^3.3.4",
"rollup": "^0.x"
"rollup": "0.45.0"
}
}

@@ -0,0 +0,0 @@ # grunt-rollup

@@ -34,2 +34,3 @@ /*

outro: null,
onwarn: null,
plugins:[],

@@ -70,3 +71,4 @@ sourceMap: false,

context: options.context,
moduleContext: options.moduleContext
moduleContext: options.moduleContext,
onwarn: options.onwarn
}).then(function(bundle) {

@@ -79,3 +81,3 @@

var result = bundle.generate({
return bundle.generate({
format: options.format,

@@ -95,3 +97,3 @@ exports: options.exports,

});
}).then(function(result) {
var code = result.code;

@@ -98,0 +100,0 @@

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