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

@hyperone/cli-framework

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperone/cli-framework - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

package.json
{
"name": "@hyperone/cli-framework",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -20,3 +20,3 @@ "main": "index.js",

},
"gitHead": "7596787dbe3d8e3ba2935ac22d5e7c281270d6c8"
"gitHead": "d5723dcb3a1caf0442196a7fc2abe041241813f0"
}

@@ -5,3 +5,3 @@

path.split('/').slice(1).forEach(x => {
pos = pos[x];
pos = pos && x in pos ? pos[x] : undefined;
});

@@ -8,0 +8,0 @@ return pos;

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