🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

timezest

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezest - npm Package Compare versions

Comparing version

to
1.1.0

config/config.d.ts

4

package.json
{
"name": "timezest",
"version": "1.0.8",
"version": "1.1.0",
"main": "index.js",

@@ -29,4 +29,4 @@ "scripts": {

"type": "git",
"url": "https://github.com/pncit/timezest.git"
"url": "git+https://github.com/pncit/timezest.git"
}
}

@@ -109,3 +109,3 @@ # TimeZest Node.js Module

try {
const teams = await timeZest.getTeams('team.internal_name EQ Tier1');
const teams = await timeZest.getTeams("team.internal_name EQ Tier1");
console.log("Teams:", teams);

@@ -112,0 +112,0 @@ } catch (error) {