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

canada-weather

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canada-weather - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

2

index.js

@@ -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

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