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 11.9.0-0 to 11.9.0

8

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

@@ -35,4 +35,4 @@ "author": {

"ava": "^3.15.0",
"eslint": "^7.26.0",
"grunt": "^1.3.0"
"eslint": "^8.7.0",
"grunt": "^1.4.1"
},

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

"dependencies": {
"rollup": "^2.53.3"
"rollup": "^2.66.0"
}
}

@@ -46,2 +46,3 @@ # grunt-rollup

### Sourcemaps
A value of `true` for `sourceMap` will output the map to a file with the same name as the JavaScript with `.map` appended. A value of `inline` for `sourceMap` will inline the sourcemap into the source file.

@@ -48,0 +49,0 @@

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

extend,
externalLiveBindings,
footer,

@@ -148,3 +149,2 @@ hoistTransitiveImports,

exports,
externalLiveBindings,
freeze,

@@ -155,2 +155,3 @@ indent,

preferConst,
sanitizeFileName,
strict,

@@ -193,2 +194,3 @@ systemNullSetters,

preferConst,
sanitizeFileName,
strict,

@@ -195,0 +197,0 @@ systemNullSetters,

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