Socket
Socket
Sign inDemoInstall

grunt-lib-phantomjs

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-lib-phantomjs - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

CHANGELOG

2

lib/phantomjs.js

@@ -171,3 +171,3 @@ /*

// Ignore intentional cleanup.
if (code === 15 /* SIGTERM */){ return; }
if (code === 15 || code === null /* SIGTERM */){ return; }

@@ -174,0 +174,0 @@ // If we're here, something went horribly wrong.

{
"name": "grunt-lib-phantomjs",
"description": "Grunt and PhantomJS, sitting in a tree",
"version": "0.7.0",
"version": "0.7.1",
"author": {

@@ -10,8 +10,3 @@ "name": "Grunt Team",

"repository": "gruntjs/grunt-lib-phantomjs",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt-lib-phantomjs/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"engines": {

@@ -18,0 +13,0 @@ "node": ">=0.10.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