Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kakasoo/deep-strict-types

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakasoo/deep-strict-types - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

bin/src/DeepStrictAssert.js

@@ -6,6 +6,4 @@ "use strict";

const keys = key.split(/(?:\[\*\])?\./g).filter(Boolean);
console.log(keys);
const traverse = (input, keys) => {
const [first, ...rest] = keys;
console.log(first);
if (input instanceof Array) {

@@ -12,0 +10,0 @@ const elements = input.map((element) => {

2

package.json
{
"name": "@kakasoo/deep-strict-types",
"version": "1.0.18",
"version": "1.0.19",
"description": "",

@@ -5,0 +5,0 @@ "private": false,

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