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.1 to 2.0.2

2

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

@@ -50,4 +50,2 @@ "use strict";

const api = new API();
api.stories_with_score(100).then(data => console.log(data));
module.exports = 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