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

@ejnshtein/nyaasi

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ejnshtein/nyaasi - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

3

dist/NyaaRss.js

@@ -68,3 +68,4 @@ "use strict";

const { host = 'https://nyaa.si/' } = options;
const data = yield parser.parseURL(host);
const searchParams = new url_1.URLSearchParams([['page', 'rss']]);
const data = yield parser.parseURL(`${host}?${searchParams.toString()}`);
return parseItems(data.items);

@@ -71,0 +72,0 @@ });

{
"name": "@ejnshtein/nyaasi",
"version": "3.1.1",
"version": "3.1.2",
"description": "Nyaa.si api wrapper for Node written in Typescript",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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