Socket
Socket
Sign inDemoInstall

weathered

Package Overview
Dependencies
8
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

4

dist/types.d.ts

@@ -43,2 +43,6 @@ declare type ForecastType = 'hourly' | 'baseline';

};
geometry: {
type: 'Point';
coordinates: [number, number];
};
};

@@ -45,0 +49,0 @@ declare type StationsResponse = {

2

package.json
{
"name": "weathered",
"version": "0.3.2",
"version": "0.3.3",
"description": "A JavaScript wrapper for the National Weather Service API",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc