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

policeman

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

policeman - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.editorconfig

22

package.json
{
"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
```
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