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.2.18 to 3.2.19

2

dist/index.js

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

Boolean: (str) => !["0", "false", "null", "undefined", "NaN"].includes(str.toLowerCase()),
Array: (str, comma) => str.split(comma),
Array: (str, comma) => str ? str.split(comma) : [],
Object: (str) => jet_default.json.from(str),

@@ -905,0 +905,0 @@ Promise: async (str) => str,

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