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

@-0/utils

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/utils - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

6

lib/xKey.js

@@ -16,7 +16,4 @@ import { CMD_SUB$, CMD_ARGS, CMD_ERRO, CMD_RESO, CMD_SRC$, CMD_WORK } from "@-0/keys";

🔥 Unrecognized ${count > 1 ? "Props" : "Prop"} 🔥
${stringify_fn(c, 4)}
${Object.keys(unknown_keys)[0][0]
? `
${index ? key_index_err(c, index) : ""}
${Object.keys(unknown_keys)[0][0] ? `${index ? key_index_err(c, index) : ""}

@@ -26,3 +23,2 @@ The problematic entry/entries:

${!index && count > 3 && !SOURCE ? `${Object.entries(unknown_keys)[0][0]}` : stringify_fn(unknown_keys, 2)}` : ""}
${guide ?

@@ -29,0 +25,0 @@ `

32

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.3.6",
"version": "0.3.7",
"description": "utilities for the `-0` org/framework built on @thi.ng/umbrella ecosystem",

@@ -31,23 +31,23 @@ "main": "./lib/index.js",

"dependencies": {
"@-0/keys": "^0.3.6",
"@-0/keys": "^0.3.7",
"querystring": "^0.2.1"
},
"peerDependencies": {
"@thi.ng/rstream": "^6.0.8"
"@thi.ng/rstream": "^6.0.10"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@thi.ng/checks": "^2.9.6",
"@thi.ng/rstream": "^6.0.8",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-jest": "^27.0.1",
"eslint": "^7.27.0",
"jest": "^27.0.1",
"prettier": "^2.3.0",
"ts-jest": "^26.5.6",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@thi.ng/checks": "^2.9.8",
"@thi.ng/rstream": "^6.0.10",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
"typescript": "^4.3.5"
},

@@ -54,0 +54,0 @@ "publishConfig": {

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