Socket
Socket
Sign inDemoInstall

weather-api-data

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "weather-api-data",
"version": "1.0.4",
"version": "1.0.5",
"description": "NPM package that gets information about weather",

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

@@ -19,3 +19,3 @@ # weather-api-data

# Examples
### (Using await)
### Using await
```js

@@ -32,8 +32,8 @@ const weather = require('weather-api-data');

### (Using .then function)
### Using .then function
```js
const weather = require('./index.js')
const weather = require('weather-api-data')
weather.loction('manama').then(weather => console.log(weather));
```
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