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
1
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.1 to 0.2.2

4

CHANGELOG.md
## [0.2.2](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.2.1...packages-billit-0.2.2) (2024-09-12)
## [0.2.1](https://github.com/PalmTreeCoding/Accounty/compare/packages-billit-0.2.0...packages-billit-0.2.1) (2024-08-22)

@@ -3,0 +7,0 @@

6

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

@@ -11,4 +11,4 @@ "axios": "^1.6.5",

"validator": "^13.11.0",
"@accounty/core": "0.3.0",
"@accounty/oauth": "0.3.0",
"@accounty/core": "0.3.1",
"@accounty/oauth": "0.3.1",
"tslib": "2.6.2"

@@ -15,0 +15,0 @@ },

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

const axios_1 = tslib_1.__importDefault(require("axios"));
const format_1 = tslib_1.__importDefault(require("date-fns/format"));
const format_1 = require("date-fns/format");
const debug_1 = tslib_1.__importDefault(require("debug"));

@@ -41,3 +41,3 @@ const deepmerge_1 = tslib_1.__importDefault(require("deepmerge"));

'PartyType+eq+\'Customer\'',
options.version && `LastModified+ge+DateTime'${(0, format_1.default)(options.version, 'yyyy-MM-dd')}'`
options.version && `LastModified+ge+DateTime'${(0, format_1.format)(options.version, 'yyyy-MM-dd')}'`
].filter(Boolean).join('+and+')

@@ -108,3 +108,3 @@ };

options.state === 'overdue' && 'Overdue+eq+true',
options.version && `LastModified+ge+DateTime'${(0, format_1.default)(options.version, 'yyyy-MM-dd')}'`
options.version && `LastModified+ge+DateTime'${(0, format_1.format)(options.version, 'yyyy-MM-dd')}'`
].filter(Boolean).join('+and+')

@@ -111,0 +111,0 @@ };

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