Socket
Socket
Sign inDemoInstall

traverse

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

traverse - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

index.js

@@ -231,3 +231,3 @@ module.exports = Traverse;

stop : function () { alive = false },
block : function () { keepGoing = false },
block : function () { keepGoing = false }
};

@@ -320,3 +320,3 @@

else {
dst = Object.create(src.__proto__);
dst = Object.create(Object.getPrototypeOf(src));
}

@@ -323,0 +323,0 @@

{
"name" : "traverse",
"version" : "0.4.2",
"version" : "0.4.3",
"description" : "Traverse and transform objects by visiting every node on a recursive walk",

@@ -5,0 +5,0 @@ "author" : "James Halliday",

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