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

metno-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metno-client - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

lib/api.js

@@ -12,3 +12,3 @@ 'use strict';

options = utils.defaults({}, options, info);
var url = ['http://api.met.no/weatherapi', endpoint, options.version];
var url = ['https://api.met.no/weatherapi', endpoint, options.version];
if (options.path) {

@@ -15,0 +15,0 @@ url.push(options.path);

{
"name": "metno-client",
"version": "0.1.7",
"version": "0.1.8",
"description": "met.no node.js client",

@@ -5,0 +5,0 @@ "main": "./lib/client.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