Socket
Socket
Sign inDemoInstall

yc-api

Package Overview
Dependencies
49
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "yc-api",
"version": "1.0.3",
"version": "1.0.4",
"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",

@@ -61,6 +61,6 @@ What is it?

var yc-api = require('yc-api');
var yc_api = require('yc-api');
var async = require('async');
var yc = new yc-api.API;
var yc = new yc_api.API;

@@ -67,0 +67,0 @@ yc.stories_with_score(500, function (stories) {

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