Socket
Socket
Sign inDemoInstall

grunt-lib-phantomjs

Package Overview
Dependencies
Maintainers
7
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.1 to 1.0.0

2

lib/phantomjs.js

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2015 "Cowboy" Ben Alman, contributors
* Copyright (c) 2016 "Cowboy" Ben Alman, contributors
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ */

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

@@ -19,3 +19,3 @@ "name": "Grunt Team",

"eventemitter2": "^0.4.9",
"phantomjs": "^1.9.15",
"phantomjs": "^2.1.2",
"semver": "^4.3.0",

@@ -22,0 +22,0 @@ "temporary": "^0.0.8"

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2015 "Cowboy" Ben Alman, contributors
* Copyright (c) 2016 "Cowboy" Ben Alman, contributors
* Licensed under the MIT license.

@@ -15,9 +15,10 @@ */

var fs = require('fs');
var system = require('system');
// The temporary file used for communications.
var tmpfile = phantom.args[0];
var tmpfile = system.args[1];
// The page .html file to load.
var url = phantom.args[1];
var url = system.args[2];
// Extra, optionally overridable stuff.
var options = JSON.parse(phantom.args[2] || {});
var options = JSON.parse(system.args[3] || {});

@@ -24,0 +25,0 @@ // Default options.

Sorry, the diff of this file is not supported yet

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