Socket
Socket
Sign inDemoInstall

bitbucket-repository-provider

Package Overview
Dependencies
7
Maintainers
1
Versions
449
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.12 to 6.0.13

types/bitbucket-branch.d.mts

25

package.json
{
"name": "bitbucket-repository-provider",
"version": "6.0.12",
"version": "6.0.13",
"publishConfig": {

@@ -9,3 +9,5 @@ "access": "public",

"exports": {
".": "./src/bitbucket-provider.mjs"
".": {
"default": "./src/bitbucket-provider.mjs"
}
},

@@ -26,2 +28,3 @@ "description": "repository provider for bitbucket",

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

@@ -31,18 +34,21 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",

"docs": "documentation readme --section=API ./src/**/*.mjs",
"lint": "npm run lint:docs",
"lint:docs": "documentation lint ./src/**/*.mjs"
"lint": "npm run lint:docs && npm run lint:tsc",
"lint:docs": "documentation lint ./src/**/*.mjs",
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"dependencies": {
"content-entry": "^8.0.1",
"fetch-rate-limit-util": "^4.2.0",
"fetch-rate-limit-util": "^4.2.1",
"matching-iterator": "^2.1.3",
"one-time-execution-method": "^3.1.1",
"repository-provider": "^35.2.6"
"repository-provider": "^35.2.8"
},
"devDependencies": {
"@types/node": "^20.11.19",
"ava": "^6.1.1",
"c8": "^9.1.0",
"documentation": "^14.0.3",
"repository-provider-test-support": "^3.0.5",
"semantic-release": "^23.0.2"
"repository-provider-test-support": "^3.0.6",
"semantic-release": "^23.0.2",
"typescript": "^5.3.3"
},

@@ -63,5 +69,6 @@ "engines": {

"arlac77/template-arlac77-github",
"arlac77/template-javascript-component"
"arlac77/template-javascript-component",
"arlac77/template-typescript"
]
}
}
[![npm](https://img.shields.io/npm/v/bitbucket-repository-provider.svg)](https://www.npmjs.com/package/bitbucket-repository-provider)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript\&label\&labelColor=blue\&color=555555)](https://typescriptlang.org)
[![bundlejs](https://deno.bundlejs.com/?q=bitbucket-repository-provider\&badge=detailed)](https://bundlejs.com/?q=bitbucket-repository-provider)

@@ -4,0 +5,0 @@ [![downloads](http://img.shields.io/npm/dm/bitbucket-repository-provider.svg?style=flat-square)](https://npmjs.org/package/bitbucket-repository-provider)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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