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

object-scan

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-scan - npm Package Compare versions

Comparing version 18.3.6 to 18.3.7

lib/index.min.js

6

package.json
{
"name": "object-scan",
"type": "module",
"version": "18.3.6",
"version": "18.3.7",
"description": "Traverse object hierarchies using matching and callbacks.",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"clean": "rm -rf lib",
"build": "cp -rf ./src ./lib && ncc build -m -o lib && mv lib/index.js lib/index.min.js && gzip -9 lib/index.min.js && cp src/index.js lib/index.js && rm lib/package.json",
"build": "cp -rf ./src ./lib && ncc build -m -o lib && mv lib/index.js lib/index.min.js && cp src/index.js lib/index.js && rm lib/package.json",
"build-clean": "yarn run clean && yarn run build",

@@ -59,3 +59,3 @@ "test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"",

"@blackflux/eslint-plugin-rules": "2.1.0",
"@blackflux/robo-config-plugin": "7.9.6",
"@blackflux/robo-config-plugin": "7.9.7",
"@vercel/ncc": "0.34.0",

@@ -62,0 +62,0 @@ "c8": "7.11.3",

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