indicative
Advanced tools
Comparing version 7.1.1 to 7.1.2
{ | ||
"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" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
14483
27
356
15
1
0
1
+ Addedindicative-parser@^7.0.1
- Removedindicative-utils@^7.0.0
Updatedindicative-compiler@^7.0.1
Updatedindicative-formatters@^7.2.0
Updatedindicative-rules@^7.2.0