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

troi-library

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

troi-library - npm Package Compare versions

Comparing version

to
0.0.8

6

index.js

@@ -143,4 +143,4 @@ import debugModule from "debug";

async deleteTimeEntry(id) {
await this.makeRequest({
url: `${this.baseUrl}/billings/hours/${id}`,
return await this.makeRequest({
url: `/billings/hours/${id}`,
method: "delete",

@@ -151,3 +151,3 @@ });

async deleteTimeEntryViaServerSideProxy(id) {
await fetch(`/time_entries/${id}`, {
return await fetch(`/time_entries/${id}`, {
method: "delete",

@@ -154,0 +154,0 @@ headers: {

{
"name": "troi-library",
"version": "0.0.7",
"version": "0.0.8",
"description": "API library wrapper to interact with troi",

@@ -5,0 +5,0 @@ "main": "index.js",