Socket
Socket
Sign inDemoInstall

bitbucket-repository-provider

Package Overview
Dependencies
7
Maintainers
1
Versions
452
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.18 to 6.0.19

15

package.json
{
"name": "bitbucket-repository-provider",
"version": "6.0.18",
"version": "6.0.19",
"publishConfig": {

@@ -27,3 +27,4 @@ "access": "public",

"scripts": {
"prepare": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types -t esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
"prepare": "npm run prepare:typescript",
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types -t esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
"test": "npm run test:ava",

@@ -33,8 +34,8 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",

"docs": "documentation readme --section=API ./src/**/*.mjs",
"lint": "npm run lint:docs && npm run lint:tsc",
"lint": "npm run lint:docs && npm run lint:typescript",
"lint:docs": "documentation lint ./src/**/*.mjs",
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
"lint:typescript": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"dependencies": {
"content-entry": "^9.0.1",
"content-entry": "^9.0.2",
"fetch-rate-limit-util": "^4.2.2",

@@ -46,3 +47,3 @@ "matching-iterator": "^2.1.3",

"devDependencies": {
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"ava": "^6.1.2",

@@ -53,3 +54,3 @@ "c8": "^9.1.0",

"semantic-release": "^23.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},

@@ -56,0 +57,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc