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.2.0 to 4.2.1

13

package.json
{
"name": "model-attributes",
"version": "4.2.0",
"version": "4.2.1",
"publishConfig": {

@@ -29,5 +29,6 @@ "access": "public"

"scripts": {
"test": "npm run test:ava",
"test:ava": "ava --timeout 2m tests/*.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"test": "npm run test:browser-ava && npm run test:ava",
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
"test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src/**/*.mjs",

@@ -38,3 +39,4 @@ "lint": "npm run lint:docs",

"devDependencies": {
"ava": "^5.0.0",
"ava": "^5.1.0",
"browser-ava": "^1.3.4",
"c8": "^7.12.0",

@@ -58,2 +60,3 @@ "documentation": "^14.0.0",

"arlac77/template-arlac77-github",
"arlac77/template-browser-ava",
"arlac77/template-esm-only"

@@ -60,0 +63,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