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.3.0 to 11.4.0

18

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

@@ -30,13 +30,9 @@ "author": {

"eslintConfig": {
"extends": [
"plugin:ava/recommended",
"@gmartigny/eslint-config"
]
"extends": "@gmartigny/eslint-config"
},
"devDependencies": {
"@gmartigny/eslint-config": "^1.5.0",
"ava": "^3.10.1",
"eslint": "^7.4.0",
"eslint-plugin-ava": "^10.4.0",
"grunt": "^1.2.1"
"@gmartigny/eslint-config": "^1.6.0",
"ava": "^3.12.1",
"eslint": "^7.8.0",
"grunt": "^1.3.0"
},

@@ -55,4 +51,4 @@ "peerDependencies": {

"dependencies": {
"rollup": "^2.21.0"
"rollup": "^2.26.9"
}
}

@@ -61,6 +61,3 @@ const path = require("path");

// danger zone
amd: {
id: null,
define: null,
},
amd: null,
esModule: true,

@@ -67,0 +64,0 @@ exports: "auto",

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