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 4.0.2 to 4.0.3

2

dist/each/eachAsync.js

@@ -84,3 +84,3 @@ import {

const exe = async (ctx, skipDeep = false) => {
const de = ctx.def.entries;
const de = ctx.def?.entries;
if (!de || !deep && !ctx.isRoot) {

@@ -87,0 +87,0 @@ await fce(ctx.value, ctx);

@@ -68,3 +68,3 @@ import {

const exe = (ctx, skipDeep = false) => {
const de = ctx.def.entries;
const de = ctx.def?.entries;
if (!de || !deep && !ctx.isRoot) {

@@ -71,0 +71,0 @@ fce(ctx.value, ctx);

{
"name": "@randajan/jet-core",
"version": "4.0.2",
"version": "4.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

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