New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@accounty/billit

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounty/billit - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

9

CHANGELOG.md
## [0.2.1](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.2.0...packages-billit-0.2.1) (2024-08-22)
### Bug Fixes
* **packages:** Update authorizeUri in billit.ts to correct URL ([03a7dad](https://github.com/PalmTreeCoding/Accounty/commit/03a7dad5943b623af303668735564f7c3c6680b1))
# [0.2.0](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.1.0...packages-billit-0.2.0) (2024-08-02)

@@ -3,0 +12,0 @@

2

package.json
{
"name": "@accounty/billit",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {

@@ -5,0 +5,0 @@ "axios": "^1.6.5",

@@ -22,3 +22,3 @@ "use strict";

this.tokenUri = 'https://api.billit.be/OAuth2/token';
this.authorizeUri = 'https://my.sandbox.billit.be/Account/Logon';
this.authorizeUri = 'https://my.billit.be/Account/Logon';
let baseURL = 'https://api.billit.be';

@@ -25,0 +25,0 @@ if (options.isSandbox) {

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