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.0.0 to 1.0.1

.travis.yml

6

package.json
{
"name": "indicative",
"version": "1.0.0",
"version": "1.0.1",
"description": "Expressive schema and raw validator for nodejs/web",

@@ -18,6 +18,8 @@ "main": "lib/validator.js",

"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-coffeelint": "^0.4.0",
"mocha": "^2.2.4"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha test --reporter spec --check-leaks --bail",
"test": "node ./node_modules/gulp/bin/gulp lint && node ./node_modules/mocha/bin/mocha test --reporter spec --check-leaks --bail",
"install": "./node_modules/coffee-script/bin/coffee -c ."

@@ -24,0 +26,0 @@ },

@@ -6,7 +6,9 @@

![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-over%20150-green.svg)
![build](https://travis-ci.org/AdonisJs/indicative.svg?branch=master)
Indicative is an elegant schema/raw validator for NodeJs and web.
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.
[Click here to browse official documentation](http://indicative.adonisjs.com)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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