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

nekopoi-scraper

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nekopoi-scraper - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

dist/@types/index.d.ts

@@ -6,3 +6,3 @@ import { ResultDetail, ResultList, ResultRecent, ResultSearch, errorHandling } from "./Types";

declare const detail: (id: number) => Promise<ResultDetail | errorHandling>;
export { search, latest, list, detail, };
export { search, latest, list, detail };
declare const _default: {

@@ -9,0 +9,0 @@ search: (query: string, limit?: number | undefined) => Promise<errorHandling | ResultSearch[]>;

@@ -12,3 +12,3 @@ "use strict";

"Ylh7p5ZCQ4QZ13GDgowiOGvAejz9X5H6DYvEQBMrc3A17SO3qwLwVkbn6YY";
const appBuildCode = "25012";
const appBuildCode = "25025";
const appSignature = "pOplm8IDEDGXN55IaYohQ8CzJFvWsfXyhGvwPRD9kW" +

@@ -15,0 +15,0 @@ "gzYSRuuvAOPfsE0AJbHVbAJyWGsGCNUIuQLJ7HbMbuFLMWwDgHNwxOrYMH";

@@ -6,3 +6,3 @@ import { ResultDetail, ResultList, ResultRecent, ResultSearch, errorHandling } from "./Types";

declare const detail: (id: number) => Promise<ResultDetail | errorHandling>;
export { search, latest, list, detail, };
export { search, latest, list, detail };
declare const _default: {

@@ -9,0 +9,0 @@ search: (query: string, limit?: number | undefined) => Promise<errorHandling | ResultSearch[]>;

@@ -9,3 +9,3 @@ const BASE_URL = "https://cu8auck2lc.3z094n2681i06q8k14w31cu4q80d5p.com";

"Ylh7p5ZCQ4QZ13GDgowiOGvAejz9X5H6DYvEQBMrc3A17SO3qwLwVkbn6YY";
const appBuildCode = "25012";
const appBuildCode = "25025";
const appSignature = "pOplm8IDEDGXN55IaYohQ8CzJFvWsfXyhGvwPRD9kW" +

@@ -12,0 +12,0 @@ "gzYSRuuvAOPfsE0AJbHVbAJyWGsGCNUIuQLJ7HbMbuFLMWwDgHNwxOrYMH";

@@ -6,3 +6,3 @@ import { ResultDetail, ResultList, ResultRecent, ResultSearch, errorHandling } from "./Types";

declare const detail: (id: number) => Promise<ResultDetail | errorHandling>;
export { search, latest, list, detail, };
export { search, latest, list, detail };
declare const _default: {

@@ -9,0 +9,0 @@ search: (query: string, limit?: number | undefined) => Promise<errorHandling | ResultSearch[]>;

@@ -113,3 +113,3 @@ import axios from "axios";

};
export { search, latest, list, detail, };
export { search, latest, list, detail };
export default {

@@ -116,0 +116,0 @@ search,

{
"name": "nekopoi-scraper",
"version": "2.7.0",
"version": "2.7.1",
"description": "Simple nekopoi scraper",

@@ -5,0 +5,0 @@ "exports": {

@@ -25,7 +25,7 @@ <a name="readme-top"></a>

```sh
npm install nekopoi-scraper
yarn add nekopoi-scraper
```
or using `yarn`
or using test build
```sh
yarn add nekopoi-scraper
yarn add github:xct007/nekopoi-scraper
```

@@ -32,0 +32,0 @@ 2. Import packages

Sorry, the diff of this file is not supported yet

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