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

indicative

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indicative - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0

index.js

60

package.json
{
"name": "indicative",
"version": "1.3.1",
"description": "Expressive schema and raw validator for nodejs/web",
"main": "lib/validator.js",
"homepage": "http://indicative.adonisjs.com",
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.9.14",
"coffee-script": "^1.9.2",
"dot-object": "^0.11.0",
"is_js": "^0.7.1",
"lodash": "^3.10.0",
"moment": "^2.9.0"
"version": "2.0.0",
"description": "Intentionally beautiful schema and raw validator for nodejs",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "istanbul cover _mocha test --bail"
},
"author": "amanvirk",
"license": "MIT",
"devDependencies": {
"benchmark": "1.0.x",
"chai": "^2.3.0",
"joi": "6.1.x",
"gulp": "^3.8.11",
"gulp-coffeelint": "^0.4.0",
"mocha": "^2.2.4"
"benchmark": "^1.0.0",
"chai": "^3.4.0",
"co-mocha": "^1.1.2",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.0.0"
},
"scripts": {
"test": "mocha test --reporter spec --check-leaks --bail",
"postinstall": "coffee -c ."
"dependencies": {
"bluebird": "^3.0.5",
"dot-prop": "^2.2.0",
"moment": "^2.10.6",
"pope": "^1.0.0"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/AdonisJs/indicative"
"url": "git+https://github.com/poppinss/indicative.git"
},
"keywords": [
"node-validator",
"validator",
"schema-validator",
"raw-validator",
"node-validator",
"nodejs-validations",
"nodejs-simple-validations"
"quick-validations"
],
"author": "amanvirk <virk.officials@gmail.com>",
"license": "MIT"
"bugs": {
"url": "https://github.com/poppinss/indicative/issues"
},
"homepage": "https://github.com/poppinss/indicative#readme"
}

@@ -0,20 +1,38 @@

# Indicative
## Indicative
![build](https://img.shields.io/travis/poppinss/indicative.svg)
[![Coverage Status](https://coveralls.io/repos/poppinss/indicative/badge.svg?branch=master&service=github)](https://coveralls.io/github/poppinss/indicative?branch=master)
![npm version](https://img.shields.io/npm/v/indicative.svg)
![license](https://img.shields.io/npm/l/indicative.svg)
![dependencies](https://img.shields.io/david/adonisjs/indicative.svg)
![coverage](https://img.shields.io/badge/tests-231-green.svg)
![build](https://img.shields.io/travis/Adonis-Js/indicative.svg)
Indicative is a fast, expressive schema and raw validator for NodeJs with ton of rules to validate data on the fly and return customized errors.
Indicative is an elegant schema/raw validator for NodeJs and web.
If you are tired of writing nested callbacks and declaring nested schema , then you are at right place.
## Documentation
[Click here to browse official documentation](http://indicative.adonisjs.com)
[Click here](http://indicative.adonisjs.com/basics) to read official docs
## Contributors
[Aman Virk](https://github.com/thetutlage)
- [Aman Virk (creator)](https://github.com/thetutlage)
- [amelon](https://github.com/amelon)
[amelon](https://github.com/amelon)
## The MIT License
Copyright (c) 2015 Harminder Virk
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:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Sorry, the diff of this file is not supported yet

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