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.19 to 6.0.20

8

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

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

"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",
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule -t esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
"test": "npm run test:ava",

@@ -36,6 +36,6 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",

"lint:docs": "documentation lint ./src/**/*.mjs",
"lint:typescript": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"dependencies": {
"content-entry": "^9.0.2",
"content-entry": "^10.0.1",
"fetch-rate-limit-util": "^4.2.2",

@@ -42,0 +42,0 @@ "matching-iterator": "^2.1.3",

@@ -266,4 +266,8 @@ [![npm](https://img.shields.io/npm/v/bitbucket-repository-provider.svg)](https://www.npmjs.com/package/bitbucket-repository-provider)

* **See**: <https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-put>
### initializeHooks
* **See**: <https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-get>
### initializeBranches

@@ -284,3 +288,3 @@

* `options.message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
* `options.message` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?**&#x20;

@@ -287,0 +291,0 @@ ### deleteBranch

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