Socket
Socket
Sign inDemoInstall

grunt-lib-phantomjs

Package Overview
Dependencies
Maintainers
3
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.3.0 to 0.3.1

2

package.json
{
"name": "grunt-lib-phantomjs",
"description": "Grunt and PhantomJS, sitting in a tree.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "http://github.com/gruntjs/grunt-lib-phantomjs",

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

@@ -54,4 +54,5 @@ /*

// Inject client-side helper script.
var scripts = Array.isArray(options.inject) ? options.inject : [options.inject];
sendMessage('inject', options.inject);
page.injectJs(options.inject);
scripts.forEach(page.injectJs);
injected = true;

@@ -58,0 +59,0 @@ };

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