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.2 to 1.0.3

11

device.js

@@ -16,5 +16,14 @@ /* eslint-disable no-console */

}
async configSave(/*content*/) {
async configStore() {
return;
}
async configGet(/* key, defaultValue */) {
return /* value */;
}
async configSet(/* key, value */) {
return;
}
async configUnset(/* key */) {
return;
}
async headers() {

@@ -21,0 +30,0 @@ return {};

4

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

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

},
"gitHead": "a1f4646802ff375cf76525b67a8defdfba6cc5a4"
"gitHead": "a29a3896594a8d151caddae859dbbd9a50969fe6"
}
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