Socket
Socket
Sign inDemoInstall

grunt-rollup

Package Overview
Dependencies
Maintainers
3
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 3.0.0 to 3.1.0

7

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

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

"engines": {
"node": ">= 0.8.0"
"node": ">= 4.0.0"
},

@@ -40,5 +40,4 @@ "scripts": {

"dependencies": {
"bluebird": "^3.3.4",
"rollup": "0.46.0"
"rollup": "0.47.2"
}
}

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

var Promise = require('bluebird').Promise;
var rollup = require('rollup');

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

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