canada-weather
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
defer = require('tiny-defer'), | ||
utility = require(path.resolve('./utility.js')), | ||
utility = require(path.resolve(__dirname, '/utility.js')), | ||
commandLineArgs = require('command-line-args'); | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "canada-weather", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "Canada Weather Scraper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ 'use strict'; | ||
function sites () { | ||
const fpPath = path.resolve('./sites.json'); | ||
const fpPath = path.resolve(__dirname, '/sites.json'); | ||
let deferred = defer(), | ||
@@ -41,0 +41,0 @@ data; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
37775