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 0.5.3 to 0.5.4

2

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

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -53,3 +53,3 @@ # node-containerpattern

* ``` has(key: string) : bool ``` check if a key is used (may be recursive)
* ``` limit(key: string, array limit) : this ``` associate a key with a limit
* ``` limit(key: string, limit: Array<string>) : this ``` associate a key with a limit
* ``` set(key: string, mixed value) : this ``` associate and remember a key with a value (may be recursive)

@@ -56,0 +56,0 @@ * ``` skeleton(key: string, skeleton: string) : this ``` skeleton must be "array", "boolean", "email", "float", "integer", "ipv4", "ipv6", "number", "object", "string"

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