New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@randajan/jet-core

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@randajan/jet-core - npm Package Compare versions

Comparing version 3.2.15 to 3.2.16

2

dist/index.js

@@ -950,3 +950,3 @@ var __defProp = Object.defineProperty;

const x = str.indexOf(separator);
return x <= 0 ? ["", str] : [str.slice(0, x), str.slice(x + 1)];
return x <= 0 ? ["", str] : [str.slice(0, x), str.slice(x + separator.length)];
},

@@ -953,0 +953,0 @@ levenshtein: (s0, s1, blend) => {

{
"name": "@randajan/jet-core",
"version": "3.2.15",
"version": "3.2.16",
"description": "Ecosystem of types and related usefull tools.",

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

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