Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

timezone-js-ts

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezone-js-ts - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

dist/index.js

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

const zoneData = __importStar(require("./countries-with-timezone.json"));
const fs = __importStar(require("fs"));
const fs = __importStar(require("node:fs"));
// import * as path from 'path';

@@ -51,0 +51,0 @@ // ---------------------------------------------------------

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

Object.defineProperty(exports, "__esModule", { value: true });
const fs = __importStar(require("fs"));
const fs = __importStar(require("node:fs"));
const data = [

@@ -39,0 +39,0 @@ { id: 1, name: "testing!" }

{
"name": "timezone-js-ts",
"version": "3.1.2",
"version": "3.1.3",
"description": "",

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

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