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 1.2.1 to 1.2.2

3

dist/index.js

@@ -82,9 +82,6 @@ // src/index.js

if (path === p) {
console.log(p, "set");
put(p, fit(fits, p, flatIn, flat), flatIn, flat, true);
} else if (path.startsWith(p)) {
console.log(p, "merge");
put(p, fit(fits, p, flatIn, flat), flatIn, flat, true);
} else if (p.startsWith(path)) {
console.log(p, "overwrite");
put(p, fit(fits, p, flatIn, flat), flatIn, flatIn);

@@ -91,0 +88,0 @@ }

2

package.json
{
"name": "@randajan/jet-base",
"version": "1.2.1",
"version": "1.2.2",
"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