Socket
Socket
Sign inDemoInstall

grunt-lib-phantomjs

Package Overview
Dependencies
Maintainers
8
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 1.0.2 to 1.1.0

2

package.json
{
"name": "grunt-lib-phantomjs",
"description": "Grunt and PhantomJS, sitting in a tree",
"version": "1.0.2",
"version": "1.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Grunt Team",

@@ -145,3 +145,11 @@ /*

page.onResourceError = function(resourceError) {
sendMessage('error.onResourceError', resourceError);
};
page.onResourceTimeout = function(request) {
sendMessage('error.onResourceTimeout', request);
};
// Actually load url.
page.open(url);

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