🚀 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.0.4

3

dist/index.js

@@ -12,2 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.TimeZestAPI = void 0;
const schemas_1 = require("./entities/schemas");

@@ -89,3 +90,3 @@ const config_1 = require("./config/config");

}
exports.default = TimeZestAPI;
exports.TimeZestAPI = TimeZestAPI;
//# sourceMappingURL=index.js.map
{
"name": "timezest",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"files": [
"dist"
"dist/index.js"
],

@@ -11,3 +11,6 @@ "scripts": {

"test": "node dist/src/tests/test.js",
"format": "prettier --write ."
"format": "prettier --write .",
"clean": "if exist dist rmdir /s /q dist",
"prep-publish": "npm run clean && npm run build && copy package.json dist\\package.json && copy README.md dist\\README.md && copy LICENSE dist\\LICENSE",
"publish": "npm run prep-publish && npm publish dist --access public"
},

@@ -14,0 +17,0 @@ "keywords": [],