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

indicative

Package Overview
Dependencies
Maintainers
2
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 7.1.1 to 7.1.2

index.d.ts

91

package.json
{
"name": "indicative",
"version": "7.1.1",
"description": "Simple yet powerful data validation library for Nodejs",
"main": "build/index.js",
"version": "7.1.2",
"description": "Concise data validation library for Node.js and browsers",
"main": "index.js",
"files": [
"build/src",
"build/index.js",
"build/index.d.ts"
"src",
"index.d.ts",
"index.js",
"sanitizer.d.ts",
"sanitizer.js",
"validator.d.ts",
"validator.js"
],
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"test": "nyc node japaFile.js",
"test": "node japaFile.js",
"lint": "tslint --project tsconfig.json",

@@ -18,15 +23,39 @@ "clean": "del build",

"build": "npm run compile",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"commit": "git-cz",
"release": "np && cp package.json build && cd build && npm publish",
"postpublish": "git clean -fd",
"version": "npm run build"
},
"keywords": [
"utils",
"indicative"
],
"author": "virk",
"homepage": "https://indicative.adonisjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/indicative/tree/master/packages/indicative.git"
"url": "git+https://github.com/poppinss/indicative.git"
},
"keywords": [
"validator",
"schema-validator",
"node-validator"
],
"author": "virk,poppinss",
"license": "MIT",
"bugs": {
"url": "https://github.com/poppinss/indicative/issues"
},
"homepage": "https://github.com/poppinss/indicative#readme",
"devDependencies": {
"@adonisjs/mrm-preset": "^2.0.3",
"@types/node": "^12.6.1",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"del-cli": "^2.0.0",
"doctoc": "^1.4.0",
"husky": "^3.0.0",
"japa": "^2.0.10",
"mrm": "^1.2.2",
"np": "^5.0.3",
"reflect-metadata": "^0.1.13",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.5.3"
},
"nyc": {

@@ -40,19 +69,23 @@ "exclude": [

},
"publishConfig": {
"access": "public",
"tag": "next"
"husky": {
"hooks": {
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
}
},
"bugs": {
"url": "https://github.com/poppinss/indicative/issues"
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"np": {
"contents": ".",
"anyBranch": false,
"publish": false
},
"dependencies": {
"indicative-compiler": "^7.0.0",
"indicative-formatters": "^7.1.1",
"indicative-rules": "^7.1.1",
"indicative-utils": "^7.0.0"
},
"devDependencies": {
"benchmark": "^2.1.4"
},
"gitHead": "7da072f48d90d4dbc9353a4c8c004ef035f9de48"
"indicative-compiler": "^7.0.1",
"indicative-formatters": "^7.2.0",
"indicative-parser": "^7.0.1",
"indicative-rules": "^7.2.0"
}
}
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