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.199 to 1.0.200

2

dist/identify.js

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

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

@@ -146,0 +146,0 @@ reference: identifyStr((v) => {

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

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

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