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 0.7.0 to 0.7.1

tmp/plugin_array_1.js

8

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

@@ -26,6 +26,6 @@ "author": {

"devDependencies": {
"grunt": "^0.4.5",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^0.4.1"
"grunt-contrib-nodeunit": "^1.0.0"
},

@@ -40,5 +40,5 @@ "peerDependencies": {

"dependencies": {
"es6-promise": "^3.0.2",
"bluebird": "^3.3.4",
"rollup": "^0.x"
}
}

@@ -11,3 +11,3 @@ /*

var Promise = require('es6-promise').Promise;
var Promise = require('bluebird').Promise;
var rollup = require('rollup');

@@ -14,0 +14,0 @@ var path = require('path');

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