New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paramatas

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paramatas - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

bower.json
{
"name": "paramatas",
"main": "paramatas.js",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/patrickvalle/paramatas",

@@ -17,3 +17,5 @@ "authors": [

"param",
"params",
"parameter",
"parameters",
"utility"

@@ -20,0 +22,0 @@ ],

{
"name": "paramatas",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utility library for validating function parameters",

@@ -16,3 +16,5 @@ "main": "paramatas.js",

"param",
"params",
"parameter",
"parameters",
"utility"

@@ -19,0 +21,0 @@ ],

@@ -8,6 +8,6 @@ Paramatas

- via **npm**:
- via **npm**:
```npm install paramatas --save```
- via **bower**:
- via **bower**:
```bower install paramatas --save```

@@ -23,3 +23,3 @@

+ param - The parameter value
+ type (optional) - The data type to check in addition to the required check- see [typedAs](#user-content-typedasname-param-type) for a list of valid values
+ type (optional) - The data type to check in addition to the required check- see [typedAs](#typedas-name-param-type) for a list of valid values

@@ -26,0 +26,0 @@ ##### Node.js example

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