New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-exorcise

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-exorcise - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

package.json
{
"name": "grunt-exorcise",
"description": "Move Browserify source maps to a separate file using Exorcist and Grunt",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/mikefrey/grunt-exorcise",

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

@@ -47,3 +47,3 @@ # grunt-exorcise

#### options.url & options.root
#### options.url & options.root & options.base
Type: `String`

@@ -50,0 +50,0 @@

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

root: null,
base: null,
strict: false

@@ -58,3 +59,3 @@ });

// setup exorcist
var ex = exorcist(dest, options.url, options.root)
var ex = exorcist(dest, options.url, options.root, options.base)
ex.on('missing-map', function(msg) {

@@ -76,2 +77,1 @@ grunt.log.warn(msg);

}
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