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 11.1.0 to 11.2.0

8

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

@@ -36,5 +36,5 @@ "author": {

"devDependencies": {
"@gmartigny/eslint-config": "^1.4.2",
"@gmartigny/eslint-config": "^1.5.0",
"ava": "^3.8.2",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"eslint-plugin-ava": "^10.3.0",

@@ -55,4 +55,4 @@ "grunt": "^1.1.0"

"dependencies": {
"rollup": "^2.9.1"
"rollup": "^2.13.1"
}
}

@@ -55,3 +55,3 @@ # grunt-rollup

files: {
'dest/bundle.js': ['src/entry.js'],
'dest/bundle.js': 'src/entry.js',
},

@@ -65,3 +65,3 @@ },

```js
var babel = require('rollup-plugin-babel');
var babel = require('@rollup/plugin-babel').default;

@@ -78,4 +78,3 @@ grunt.initConfig({

files: {
'dest':'dest/bundle.js',
'src' : 'src/entry.js',
'dest/bundle.js': 'src/entry.js',
},

@@ -82,0 +81,0 @@ },

@@ -66,2 +66,3 @@ const path = require("path");

strict: true,
systemNullSetters: false,
});

@@ -140,2 +141,3 @@

strict,
systemNullSetters,
}) => ({

@@ -173,2 +175,3 @@ format,

strict,
systemNullSetters,
}))(options);

@@ -175,0 +178,0 @@

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