Socket
Socket
Sign inDemoInstall

node-containerpattern

Package Overview
Dependencies
0
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.7.4

0

lib/cjs/NodeContainerPattern.d.ts

@@ -0,0 +0,0 @@ import { tValidSkeleton, tMinMaxValidSkeleton, tRegexValidSkeleton, tValidType, iDocumentationFunction, iDocumentationObjectOrArray, iDocumentationValue } from "./utils/_interfaces";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export type tValidSkeleton = "array" | "boolean" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "object" | "string" | "url";

@@ -0,0 +0,0 @@ "use strict";

import { tValidSkeleton } from "./_interfaces";
export default function ensureDataArray(key: string, skeleton: tValidSkeleton, value: Array<any> | string): Array<any>;

@@ -0,0 +0,0 @@ "use strict";

import { tValidSkeleton } from "./_interfaces";
export default function ensureDataBasic(key: string, skeleton: tValidSkeleton, value: string | number | boolean): string | number | boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { tValidSkeleton } from "./_interfaces";

@@ -0,0 +0,0 @@ "use strict";

import { tValidSkeleton } from "./_interfaces";
export default function ensureDataSpecific(key: string, skeleton: tValidSkeleton, value: string): string;

@@ -0,0 +0,0 @@ "use strict";

export default function ensureKey(key: any): string;

@@ -0,0 +0,0 @@ "use strict";

import { tValidType } from "./_interfaces";
export default function getTypeValue(value: any): tValidType;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const patternColor: RegExp;

@@ -0,0 +0,0 @@ "use strict";

export default function stringifyRegex(regex: RegExp | string): string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare function isDefined(obj: any): boolean;

@@ -0,0 +0,0 @@ "use strict";

19

package.json
{
"name": "node-containerpattern",
"version": "1.7.3",
"version": "1.7.4",
"description": "A 'Container pattern' object for a clean global use of data.",

@@ -21,8 +21,10 @@

"build": "npx tsc --project \"./tsconfig.json\"",
"lint": "npx eslint ./test/**/*.js",
"check-requires": "npx used-deps-analyzer \"./package.json\" \"./src\" --no-dev --overkill \"fs-extra\" \"node-promfs\"",
"check-updates": "npx check-version-modules",
"unit-tests": "npm run build && npx nyc --reporter=html --reporter=text mocha",
"compile": "npx tsc --project \"./tsconfig.json\"",
"unit-tests": "npm run compile && npx nyc --reporter=html --reporter=text mocha",
"tests": "npm run-script check-updates && npm run-script unit-tests",
"tests": "npm run-script lint && npm run check-requires && npm run-script check-updates && npm run-script unit-tests",
"ci": "npm run-script tests && npx nyc report --reporter=text-lcov | coveralls"

@@ -65,10 +67,11 @@

"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "20.5.0",
"check-version-modules": "1.3.5",
"coveralls": "3.1.1",
"fs-extra": "11.1.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"mocha": "10.2.0",
"nyc": "15.1.0",
"typescript": "4.9.4"
"typescript": "5.1.6",
"used-deps-analyzer": "0.1.1"
},

@@ -75,0 +78,0 @@ "homepage": "https://github.com/Psychopoulet/node-containerpattern#readme",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc