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

repository-provider

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repository-provider - npm Package Compare versions

Comparing version 33.0.0 to 33.0.1

14

package.json
{
"name": "repository-provider",
"version": "33.0.0",
"version": "33.0.1",
"publishConfig": {

@@ -24,5 +24,5 @@ "access": "public"

"test": "npm run test:browser-ava && npm run test:ava",
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && ava --timeout 4m 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",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m 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,11 +38,11 @@ "lint": "npm run lint:docs && npm run lint:tsc",

"ava": "^5.3.1",
"browser-ava": "^1.3.57",
"browser-ava": "^1.3.60",
"c8": "^8.0.1",
"documentation": "^14.0.2",
"repository-provider-test-support": "^2.4.2",
"semantic-release": "^21.1.1",
"repository-provider-test-support": "^2.4.3",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.17.1"
"node": ">=18.18.0"
},

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

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