Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "policeman", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Lightweight yet powerful schema validator", | ||
"main": "lib/policeman.js", | ||
"scripts": { | ||
"test": "node test/policeman.test.js | tap-spec" | ||
"build": "tsc", | ||
"build:watch": "tsc -w", | ||
"test": "node test/tests.js | tap-spec", | ||
"doc": "./node_modules/.bin/typedoc --module commonjs --out doc", | ||
"clean": "rm -rf doc lib test", | ||
"lint": "tslint src/lib/* src/test/*" | ||
}, | ||
@@ -26,3 +31,14 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/MichalZalecki/policeman#readme" | ||
"homepage": "https://github.com/MichalZalecki/policeman#readme", | ||
"devDependencies": { | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.6.0", | ||
"tslint": "^3.14.0", | ||
"typedoc": "^0.4.4", | ||
"typescript": "^1.8.10" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.15.0", | ||
"mappet": "^2.0.0" | ||
} | ||
} |
# policeman | ||
Lightweight yet powerful schema validator | ||
*** | ||
[API Docs](https://michalzalecki.github.io/policeman) | ||
*** | ||
* Validate objects based on provided schemas | ||
* Build with [mappet](https://github.com/MichalZalecki/mappet/) | ||
## Installation ([npm](https://www.npmjs.com/package/policeman)) | ||
``` | ||
npm i -S policeman | ||
``` |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
691704
37
21173
16
2
5
+ Addedlodash@^4.15.0
+ Addedmappet@^2.0.0
+ Addedlodash@4.17.21(transitive)
+ Addedmappet@2.2.2(transitive)