Socket
Socket
Sign inDemoInstall

aviary-discovery

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aviary-discovery - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "aviary-discovery",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./src/discover.js",

@@ -48,5 +48,7 @@ #!/usr/bin/env node

obj[_.last(path)] = JSON.parse(
valMap[key]
);
if (valMap[key]) {
obj[_.last(path)] = JSON.parse(
valMap[key]
);
}
})

@@ -53,0 +55,0 @@ .value();

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