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.4 to 3.2.5

10

dist/index.js

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

let result, stopped;
const stop = (_) => stopped = true;
const stop = (res) => {
stopped = true;
return res;
};
const remap = (val, key) => stopped ? void 0 : mapper ? mapper(val, key, stop) : val;

@@ -1147,3 +1150,6 @@ if (!orderBy.length) {

let result, stopped;
const stop = (_) => stopped = true;
const stop = (res) => {
stopped = true;
return res;
};
const remap = (val, key) => stopped ? void 0 : mapper ? mapper(val, key, stop) : val;

@@ -1150,0 +1156,0 @@ if (!orderBy.length) {

2

package.json
{
"name": "@randajan/jet-core",
"version": "3.2.4",
"version": "3.2.5",
"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