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.201 to 1.0.202

1

dist/_internal/utils.d.ts

@@ -27,2 +27,3 @@ import type { NameField, ReferenceString } from '../ecosTypes';

export declare const Regex: {
onlyNumbers: RegExp;
reference: {

@@ -29,0 +30,0 @@ dot: {

@@ -111,2 +111,3 @@ "use strict";

const o = {
onlyNumbers: /^[\+\-]?\d*\.?\d+(?:[Ee][\+\-]?\d+)?$/,
reference: {

@@ -113,0 +114,0 @@ dot: {

4

dist/identify.js

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

},
rootKey: (v = '') => !!(v && v[0].toUpperCase() === v[0] && !/[0-9]+/.test(v)),
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0] && !/[0-9]+/.test(v)),
rootKey: (v = '') => !!(v && v[0].toUpperCase() === v[0] && !i.Regex.onlyNumbers.test(v)),
localKey: (v = '') => !!(v && v[0].toLowerCase() === v[0] && !i.Regex.onlyNumbers.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.201"
"version": "1.0.202"
}

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