Socket
Socket
Sign inDemoInstall

phantom

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phantom - npm Package Compare versions

Comparing version 2.1.13 to 2.1.14

README.md

4

lib/shim.js

@@ -172,3 +172,5 @@ "use strict";

var child = object[key];
if (child.transform === true) {
if (child === null || child === undefined) {
return;
} else if (child.transform === true) {
object[key] = objectSpace[child.parent][child.method](child.target);

@@ -175,0 +177,0 @@ } else if ((typeof child === "undefined" ? "undefined" : _typeof(child)) === 'object') {

@@ -6,3 +6,3 @@ {

"homepage": "https://github.com/amir20/phantomjs-node",
"version": "2.1.13",
"version": "2.1.14",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

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