New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

phantom-phoenix

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phantom-phoenix - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

phantom/querystring.js

2

package.json

@@ -26,3 +26,3 @@ {

"license" : "MIT",
"version": "1.4.5",
"version": "1.4.6",
"dependencies": {

@@ -29,0 +29,0 @@ "clone": "^1.0.2",

@@ -5,2 +5,3 @@ var page = require('webpage').create();

var args = system.args;
var url = require('./phantom/url.js');
var timeout;

@@ -24,5 +25,6 @@

if(args[2]){
console.log("INJECT:\t\t"+args[2]);
page.onInitialized = function (){
if(page.url === settings.url){
var pageUrl = url.format(url.parse(page.url));
if(pageUrl === settings.url){
console.log("INJECT:\t\t"+args[2]);
var code = require(args[2]).run();

@@ -29,0 +31,0 @@ page.evaluate(function (code) {

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