model-attributes
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "model-attributes", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -27,3 +28,3 @@ "access": "public" | ||
"scripts": { | ||
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/attributes.mjs --section=API", | ||
@@ -36,12 +37,11 @@ "lint": "documentation lint src/attributes.mjs", | ||
"devDependencies": { | ||
"ava": "^1.2.1", | ||
"c8": "^3.4.0", | ||
"cracks": "3.1.2", | ||
"documentation": "^9.1.1", | ||
"esm": "^3.2.4", | ||
"markdown-doctest": "^0.9.1", | ||
"semantic-release": "^15.13.3" | ||
"ava": "^2.4.0", | ||
"c8": "^6.0.1", | ||
"documentation": "^12.1.2", | ||
"esm": "^3.2.25", | ||
"markdown-doctest": "^1.0.0", | ||
"semantic-release": "^15.13.30" | ||
}, | ||
"engines": { | ||
"node": ">=10.15.1" | ||
"node": ">=12.12.0" | ||
}, | ||
@@ -56,5 +56,2 @@ "repository": { | ||
"homepage": "https://github.com/arlac77/model-attributes#readme", | ||
"_release": { | ||
"verifyRelease": "cracks" | ||
}, | ||
"ava": { | ||
@@ -79,3 +76,6 @@ "files": [ | ||
} | ||
}, | ||
"_release": { | ||
"verifyRelease": "cracks" | ||
} | ||
} |
@@ -7,10 +7,7 @@ [![npm](https://img.shields.io/npm/v/model-attributes.svg)](https://www.npmjs.com/package/model-attributes) | ||
[![codecov.io](http://codecov.io/github/arlac77/model-attributes/coverage.svg?branch=master)](http://codecov.io/github/arlac77/model-attributes?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/model-attributes/badge.svg)](https://coveralls.io/r/arlac77/model-attributes) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/model-attributes/badge.svg)](https://snyk.io/test/github/arlac77/model-attributes) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/model-attributes.svg?style=flat-square)](https://github.com/arlac77/model-attributes/issues) | ||
[![Stories in Ready](https://badge.waffle.io/arlac77/model-attributes.svg?label=ready&title=Ready)](http://waffle.io/arlac77/model-attributes) | ||
[![Dependency Status](https://david-dm.org/arlac77/model-attributes.svg)](https://david-dm.org/arlac77/model-attributes) | ||
[![devDependency Status](https://david-dm.org/arlac77/model-attributes/dev-status.svg)](https://david-dm.org/arlac77/model-attributes#info=devDependencies) | ||
[![docs](http://inch-ci.org/github/arlac77/model-attributes.svg?branch=master)](http://inch-ci.org/github/arlac77/model-attributes) | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) | ||
[![downloads](http://img.shields.io/npm/dm/model-attributes.svg?style=flat-square)](https://npmjs.org/package/model-attributes) | ||
@@ -17,0 +14,0 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
6
0
Yes
13611
129