Socket
Socket
Sign inDemoInstall

yc-api

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "yc-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is a wrapper module around the Hacker News API. You can filter the news in order to show you only the stories with a minimum score.",

@@ -5,0 +5,0 @@ "main": "yc-api.js",

@@ -5,3 +5,3 @@ # What is it?

# async/await support
# async/awaitg support

@@ -54,4 +54,3 @@ Tha last version of this library support async/await.

var yc_api = require('yc-api');
var async = require('async');
const yc_api = require('yc-api');

@@ -58,0 +57,0 @@ var yc = new yc_api.API;

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