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

dark-sky-skeleton

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dark-sky-skeleton - npm Package Compare versions

Comparing version 0.1.41 to 0.1.42

6

package.json
{
"name": "dark-sky-skeleton",
"version": "0.1.41",
"description": "barebones dark sky weather api - for client or server side js",
"version": "0.1.42",
"description": "barebones dark sky weather api - for client or server-side js",
"main": "index.js",

@@ -42,2 +42,2 @@ "scripts": {

}
}
}

@@ -9,2 +9,4 @@ # dark-sky-skeleton

You can use dark-sky-skeleton client-side __OR__ server-side. Note: an example of a server side proxy used with client side dark-sky-skeleton is forthecoming...
## Install it

@@ -35,3 +37,3 @@

The proxy in this would receive a request issued by dark-sky-api and attach this query to a base uri (like the following: `https://api.darksky.net/forecast/your-api-key`) prior to returning a final request.
The proxy would receive a request issued by dark-sky-api and attach this query to a base uri (like the following: `https://api.darksky.net/forecast/your-api-key`) and return a final request.

@@ -38,0 +40,0 @@ ```javascript

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