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 1.0.0 to 1.0.1

2

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

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

@@ -58,3 +58,7 @@ /*

var ex = exorcist(dest, options.url, options.root)
ex.on('missing-map', function(msg) { grunt.log.warn(msg); done(!options.strict) })
ex.on('missing-map', function(msg) {
grunt.log.warn(msg);
if (options.strict)
done(false)
})

@@ -61,0 +65,0 @@ stream.pipe(ex).pipe(write)

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