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 3.0.3 to 3.0.4

.nyc_output/175f036e08c1893e55204a64bf2cebfd.json

24

package.json
{
"name": "model-attributes",
"version": "3.0.3",
"version": "3.0.4",
"description": "attribute meta description",

@@ -13,3 +13,3 @@ "keywords": [

"scripts": {
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
"cover": "nyc npm test",
"test": "mocha tests/*_test.js",

@@ -20,3 +20,4 @@ "docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",

"pretest": "npm run prepublish",
"posttest": "markdown-doctest"
"posttest": "markdown-doctest",
"precover": "npm run prepublish"
},

@@ -36,8 +37,8 @@ "repository": {

"cz-conventional-changelog": "^1.2.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^2.0.1",
"markdown-doctest": "^0.9.1",
"mocha": "^3.2.0",
"rollup": "^0.40.2",
"semantic-release": "^6.3.5"
"rollup": "^0.41.1",
"semantic-release": "^6.3.5",
"nyc": "^10.0.0"
},

@@ -59,3 +60,3 @@ "release": {

"engines": {
"node": ">=6.9.3"
"node": ">=6.9.4"
},

@@ -66,3 +67,12 @@ "config": {

}
},
"nyc": {
"include": [
"dist/**/*.js"
],
"reporter": [
"lcov"
],
"report-dir": "./coverage"
}
}
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