Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

visit-values

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visit-values - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "visit-values",
"version": "1.0.1",
"version": "1.0.2",
"description": "visit all the children of a javascript object",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,7 +28,7 @@ var assert = require('assert')

assert(~results.indexOf('d c {"c":"d"}'))
assert(~results.indexOf('1 0 [1,2]'))
assert(~results.indexOf('2 1 [1,2]'))
assert(~results.indexOf('l x {"x":"l"}'))
assert(results.indexOf('d c {"c":"d"}') > -1)
assert(results.indexOf('1 0 [1,2]')> -1)
assert(results.indexOf('2 1 [1,2]')> -1)
assert(results.indexOf('l x {"x":"l"}')> -1)
})
})
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