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

@randajan/jet-base

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@randajan/jet-base - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

dist/index.js

@@ -19,2 +19,12 @@ // src/base.js

};
var config = (base, ...args) => {
const priv = use(base);
if (priv.state !== "pending") {
base.throw("config", `state must be 'pending' insted of ${priv.state}`);
}
if (priv.config) {
base.throw("config", "can be called just once");
}
priv.config = args;
};

@@ -21,0 +31,0 @@ // src/duty.js

2

package.json
{
"name": "@randajan/jet-base",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ecosystem of types and related usefull tools.",

@@ -5,0 +5,0 @@ "repository": "randajan/jet-base",

Sorry, the diff of this file is not supported yet

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