Socket
Socket
Sign inDemoInstall

phantom-bridge

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phantom-bridge - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js
'use strict';
var path = require('path');
var spawn = require('child_process').spawn;
var phantomjs = require('phantomjs').path;
var phantomjs = require('phantomjs-prebuilt').path;

@@ -6,0 +6,0 @@ module.exports = function (file, args) {

{
"name": "phantom-bridge",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple PhantomJS bridge",

@@ -31,3 +31,3 @@ "license": "MIT",

"dependencies": {
"phantomjs": "^2.1.2"
"phantomjs-prebuilt": "^2.1.3"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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