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

forecastio

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

forecastio - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "forecastio",
"version": "1.0.0",
"version": "1.0.1",
"description": "A node.js wrapper for Forecast.io API",
"main": "index.js",
"engines": {
"node": ">=0.10 <0.12"
"node": ">=0.10 <=5.0"
},

@@ -9,0 +9,0 @@ "scripts": {

@@ -67,3 +67,2 @@ forecastio

forecastIo.timeMachine('49.844', '24.028', '2008-01-01T00:00:01Z', options).then(function(data) {
if (err) throw err;
console.log(JSON.stringify(data, null, 2));

@@ -70,0 +69,0 @@ });

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