Comparing version 0.9.12 to 0.10.0-rc1
@@ -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: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30150
2
10
538
2
1
- Removedasync@0.2.10
- Removedasync@0.2.10(transitive)