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

content-entry

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-entry - npm Package Compare versions

Comparing version 5.2.13 to 5.2.14

15

package.json
{
"name": "content-entry",
"version": "5.2.13",
"version": "5.2.14",
"publishConfig": {

@@ -37,5 +37,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",

@@ -47,4 +48,5 @@ "lint": "npm run lint:docs && npm run lint:tsc",

"devDependencies": {
"@types/node": "^18.8.1",
"@types/node": "^18.11.8",
"ava": "^5.0.1",
"browser-ava": "^1.3.1",
"c8": "^7.12.0",

@@ -56,3 +58,3 @@ "documentation": "^14.0.0",

"engines": {
"node": ">=16.17.1"
"node": ">=16.18.0"
},

@@ -70,2 +72,3 @@ "repository": {

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

@@ -72,0 +75,0 @@ "arlac77/template-typescript"

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