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

@kronos-integration/endpoint

Package Overview
Dependencies
Maintainers
2
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kronos-integration/endpoint - npm Package Compare versions

Comparing version 9.4.35 to 9.4.36

12

package.json
{
"name": "@kronos-integration/endpoint",
"version": "9.4.35",
"version": "9.4.36",
"publishConfig": {

@@ -28,4 +28,4 @@ "access": "public"

"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:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.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",

@@ -36,6 +36,6 @@ "lint": "npm run lint:docs",

"dependencies": {
"@kronos-integration/interceptor": "^10.2.27"
"@kronos-integration/interceptor": "^10.2.29"
},
"devDependencies": {
"ava": "^5.0.1",
"ava": "^5.1.0",
"c8": "^7.12.0",

@@ -46,3 +46,3 @@ "documentation": "^14.0.0",

"engines": {
"node": ">=16.16.0"
"node": ">=18.12.1"
},

@@ -49,0 +49,0 @@ "repository": {

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