Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-containerpattern

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-containerpattern - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

2

lib/cjs/NodeContainerPattern.js

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

else if ((0, validators_1.isArray)(this.limits[key]) && !(0, validators_1.inArray)(this.limits[key], value)) {
throw new Error("The \"" + key + "\" data does not correspond to the limits (" + JSON.stringify(this.limits[key]) + ")");
throw new Error("The \"" + key + "\" value (" + value + ") does not correspond to the limits (" + JSON.stringify(this.limits[key]) + ")");
}

@@ -45,0 +45,0 @@ // check skeleton

@@ -1,5 +0,5 @@

export declare type tValidSkeleton = "array" | "boolean" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "object" | "string" | "url";
export declare type tMinMaxValidSkeleton = "array" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "string" | "url";
export declare type tRegexValidSkeleton = "color" | "email" | "ipv4" | "ipv6" | "string" | "url";
export declare type tValidType = tValidSkeleton | "function";
export type tValidSkeleton = "array" | "boolean" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "object" | "string" | "url";
export type tMinMaxValidSkeleton = "array" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "string" | "url";
export type tRegexValidSkeleton = "color" | "email" | "ipv4" | "ipv6" | "string" | "url";
export type tValidType = tValidSkeleton | "function";
export interface iDocumentationFunction {

@@ -6,0 +6,0 @@ "fullkey": string;

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

@@ -64,10 +64,10 @@

"devDependencies": {
"@types/node": "18.0.0",
"@types/node": "18.11.18",
"check-version-modules": "1.3.5",
"coveralls": "3.1.1",
"fs-extra": "10.1.0",
"husky": "8.0.1",
"mocha": "10.0.0",
"fs-extra": "11.1.0",
"husky": "8.0.3",
"mocha": "10.2.0",
"nyc": "15.1.0",
"typescript": "4.7.4"
"typescript": "4.9.4"
},

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

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