Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
241
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.200 to 1.0.201

2

dist/identify.js

@@ -144,3 +144,3 @@ "use strict";

rootKey: (v = '') => !!(v && v[0].toUpperCase() === v[0] && !/[0-9]+/.test(v)),
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0]),
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0] && !/[0-9]+/.test(v)),
reference: identifyStr((v) => {

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

@@ -32,3 +32,3 @@ {

"typings": "./dist/index.d.ts",
"version": "1.0.200"
"version": "1.0.201"
}

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