timezone-js-ts
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -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", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11590735
1