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.0.2 to 3.0.3

9

dist/index.js

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

},
run: (any, ...args) => {
if (defs_default.isRunnable(any)) {
return [any(...args)];
run: (any, ...args) => defs_default.forEach(any, (f) => {
if (defs_default.isRunnable(f)) {
return f(...args);
}
return defs_default.map(any, (f) => defs_default.run(f, ...args));
},
}),
...pile_exports,

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

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