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.12 to 0.10.0-rc1

.travis.yml

4

index.js

@@ -46,3 +46,3 @@ /**

Anchor.prototype.rules = require('./lib/rules');
Anchor.prototype.rules = require('./lib/match/rules');

@@ -262,3 +262,3 @@

Anchor.match = require('./lib/match.js');
Anchor.match = require('./lib/match');

@@ -265,0 +265,0 @@

{
"name": "anchor",
"version": "0.9.12",
"version": "0.10.0-rc1",
"description": "Recursive validation library with support for objects and lists",

@@ -35,8 +35,8 @@ "homepage": "http://sailsjs.org",

"validator": "~3.3.0",
"lodash": "~2.4.1",
"async": "0.2.10"
"lodash": "~2.4.1"
},
"devDependencies": {
"async": "~0.2.10",
"mocha": "1.9.x"
}
}

@@ -445,3 +445,3 @@ anchor

Copyright © 2012-2013 Mike McNeil
Copyright © 2012- Mike McNeil

@@ -448,0 +448,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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