Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.192 to 1.0.193

4

dist/identify.d.ts

@@ -190,4 +190,4 @@ import isAwaitReference from './utils/isAwaitReference';

};
rootKey: (v: any) => v is string;
localKey: (v: any) => v is string;
rootKey: (v?: string) => boolean;
localKey: (v?: string) => boolean;
reference: (v: any) => v is `=.${string}` | `.${string}` | `..${string}` | `=..${string}` | `~/${string}` | `${string}@`;

@@ -194,0 +194,0 @@ localReference: typeof isLocalReference;

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

},
rootKey: identifyStr((v) => !!(v && v[0].toUpperCase() === v[0])),
localKey: identifyStr((v) => !!(v && v[0].toLowerCase() === v[0])),
rootKey: (v = '') => !!(v && v[0].toUpperCase() === v[0]),
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0]),
reference: identifyStr((v) => {

@@ -147,0 +147,0 @@ if (!i.isStr(v))

@@ -19,3 +19,3 @@ {

],
"gitHead": "dfb4679c519de053fb3b0de856ce86bbd483efe5",
"gitHead": "c6d5712c14cedf5faf330797187ffff96b9ce6ee",
"homepage": "",

@@ -41,3 +41,3 @@ "license": "ISC",

"typings": "./dist/index.d.ts",
"version": "1.0.192"
"version": "1.0.193"
}

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