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

anchor

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

1

lib/rules.js

@@ -48,2 +48,3 @@ /**

'text' : _.isString,
'string' : _.isString,

@@ -50,0 +51,0 @@ 'alpha' : function (x){ return check(x).isAlpha();},

4

package.json
{
"name": "anchor",
"version": "0.9.5",
"version": "0.9.6",
"description": "Recursive validation library with support for objects and lists",

@@ -21,5 +21,5 @@ "main": "index.js",

"validator": "~1.5.1",
"lodash": "~2.0.0",
"lodash": "~2.2.1",
"async": "0.2.9"
}
}

@@ -22,3 +22,3 @@ anchor

### Client-side
```
```html
<script type='text/javscript' src="/js/anchor.js"></script>

@@ -28,3 +28,3 @@ ```

### node.js
```
```bash
npm install anchor

@@ -31,0 +31,0 @@ ```

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