Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

model-attributes

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

model-attributes - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

26

package.json
{
"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

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