Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.3 to 3.0.4

12

dist/index.js

@@ -546,7 +546,11 @@ var __defProp = Object.defineProperty;

},
run: (any, ...args) => defs_default.forEach(any, (f) => {
if (defs_default.isRunnable(f)) {
return f(...args);
run: (any, ...args) => {
if (defs_default.isRunnable(any)) {
return any(...args);
}
}),
if (!defs_default.isMapable(any)) {
return void 0;
}
return defs_default.forEach(any, (f) => defs_default.isRunnable(f) ? f(...args) : void 0, true);
},
...pile_exports,

@@ -553,0 +557,0 @@ define: new Plex_default(define_default, { to: toDefine })

{
"name": "@randajan/jet-core",
"version": "3.0.3",
"version": "3.0.4",
"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