New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nintendo-switch-eshop

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nintendo-switch-eshop - npm Package Compare versions

Comparing version 6.0.2 to 7.0.0

4

dist/lib/getGames/getQueriedGamesAmerica.d.ts

@@ -7,6 +7,6 @@ import type { QueriedGamesAmericaOptions, QueriedGameUS } from '../utils/interfaces';

* @returns Promise containing the first `hitsPerPage` games that match your query
* @license Apache-2.0 Favna & Antonio Román
* @copyright 2019
* @license Apache-2.0 favna & Antonio Román
* @copyright 2021
*/
export declare const getQueriedGamesAmerica: (query: string, { hitsPerPage, page }?: QueriedGamesAmericaOptions) => Promise<QueriedGameUS[]>;
//# sourceMappingURL=getQueriedGamesAmerica.d.ts.map

@@ -13,4 +13,4 @@ "use strict";

* @returns Promise containing the first `hitsPerPage` games that match your query
* @license Apache-2.0 Favna & Antonio Román
* @copyright 2019
* @license Apache-2.0 favna & Antonio Román
* @copyright 2021
*/

@@ -17,0 +17,0 @@ const getQueriedGamesAmerica = async (query, { hitsPerPage = 200, page = 0 } = { hitsPerPage: 200, page: 0 }) => {

{
"name": "nintendo-switch-eshop",
"version": "6.0.2",
"version": "7.0.0",
"workspaces": [
"documentation/"
],
"description": "Unofficial API lib for Nintendo Switch eShop game listing and pricing information.",
"author": "lmmfranco",
"author": "favna",
"license": "Apache-2.0",

@@ -15,7 +18,6 @@ "main": "dist/index.js",

"test": "jest",
"lint": "eslint src __tests__ --ext js,ts --fix",
"lint": "eslint src tests documentation/src --ext mjs,js,ts,tsx --fix",
"build": "tsc -b src && gen-esm-wrapper dist/index.js dist/index.mjs",
"watch": "tsc -b src -w",
"clean": "tsc -b src --clean",
"docs": "typedoc",
"sversion": "standard-version",

@@ -58,3 +60,2 @@ "update": "yarn upgrade-interactive",

"ts-node": "^10.4.0",
"typedoc": "^0.22.7",
"typescript": "^4.4.4"

@@ -80,6 +81,6 @@ },

"type": "git",
"url": "git+https://github.com/lmmfranco/nintendo-switch-eshop.git"
"url": "git+https://github.com/favna/nintendo-switch-eshop.git"
},
"bugs": {
"url": "https://github.com/lmmfranco/nintendo-switch-eshop/issues"
"url": "https://github.com/favna/nintendo-switch-eshop/issues"
},

@@ -86,0 +87,0 @@ "lint-staged": {

<div align="center">
<a href="https://www.npmjs.com/package/nintendo-switch-eshop"><img src="https://cdn.favware.tech/img/nintendoeshop.png" height="100" alt="logo"/></a>
<a href="https://www.npmjs.com/package/nintendo-switch-eshop"><img src="https://favna.github.io/nintendo-switch-eshop/img/nintendoeshop.png" height="100" alt="logo"/></a>
# nintendo-switch-eshop
## nintendo-switch-eshop
**A Node.JS lib written to extract Nintendo Switch's eShop game and pricing information**
[![GitHub](https://img.shields.io/github/license/lmmfranco/nintendo-switch-eshop?logo=github&style=flat-square)](https://github.com/lmmfranco/nintendo-switch-eshop/blob/master/LICENSE)
[![GitHub](https://img.shields.io/github/license/favna/nintendo-switch-eshop?logo=github&style=flat-square)](https://github.com/favna/nintendo-switch-eshop/blob/main/LICENSE)
[![npm](https://img.shields.io/npm/v/nintendo-switch-eshop?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/nintendo-switch-eshop)

@@ -29,3 +29,3 @@ [![npm](https://img.shields.io/npm/dw/nintendo-switch-eshop?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/nintendo-switch-eshop)

```js
```javascript
const { getGamesAmerica, getGamesEurope, getGamesJapan, getQueriedGamesAmerica } = require('nintendo-switch-eshop');

@@ -38,6 +38,8 @@ // ES6 Style: import { getGamesAmerica, getGamesEurope, getGamesJapan, getQueriedGamesAmerica } from 'nintendo-switch-eshop';

Copyright © `2019` `lmmfranco`
Copyright © `2021` `favna` & `lmmfranco`
## [API Documentation](https://lmmfranco.github.io/nintendo-switch-eshop)
## Documentation
For the documentation go to https://favna.github.io/nintendo-switch-eshop
## Contributors ✨

@@ -52,12 +54,12 @@

<tr>
<td align="center"><a href="https://github.com/lmmfranco"><img src="https://avatars2.githubusercontent.com/u/5719409?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lmmfranco</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=lmmfranco" title="Code">💻</a> <a href="#ideas-lmmfranco" title="Ideas, Planning, & Feedback">🤔</a> <a href="#projectManagement-lmmfranco" title="Project Management">📆</a> <a href="#question-lmmfranco" title="Answering Questions">💬</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/pulls?q=is%3Apr+reviewed-by%3Almmfranco" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=lmmfranco" title="Documentation">📖</a></td>
<td align="center"><a href="https://favware.tech/"><img src="https://avatars3.githubusercontent.com/u/4019718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeroen Claassens</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=Favna" title="Code">💻</a> <a href="#ideas-Favna" title="Ideas, Planning, & Feedback">🤔</a> <a href="#projectManagement-Favna" title="Project Management">📆</a> <a href="#question-Favna" title="Answering Questions">💬</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/pulls?q=is%3Apr+reviewed-by%3AFavna" title="Reviewed Pull Requests">👀</a> <a href="#userTesting-Favna" title="User Testing">📓</a> <a href="#maintenance-Favna" title="Maintenance">🚧</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=Favna" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/mmakarios"><img src="https://avatars0.githubusercontent.com/u/9814055?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michel Makarios</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=mmakarios" title="Documentation">📖</a></td>
<td align="center"><a href="http://iulianonofrei.com/"><img src="https://avatars0.githubusercontent.com/u/5748627?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Iulian Onofrei</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=revolter" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Lililiuliu"><img src="https://avatars3.githubusercontent.com/u/52712459?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lililiuliu</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/issues?q=author%3ALililiuliu" title="Bug reports">🐛</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=Lililiuliu" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ende124"><img src="https://avatars1.githubusercontent.com/u/3050747?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ende124</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/issues?q=author%3Aende124" title="Bug reports">🐛</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=ende124" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/junyeonglee"><img src="https://avatars3.githubusercontent.com/u/53418618?v=4?s=100" width="100px;" alt=""/><br /><sub><b>junyeonglee</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/issues?q=author%3Ajunyeonglee" title="Bug reports">🐛</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=junyeonglee" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/lmmfranco"><img src="https://avatars2.githubusercontent.com/u/5719409?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lmmfranco</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/commits?author=lmmfranco" title="Code">💻</a> <a href="#ideas-lmmfranco" title="Ideas, Planning, & Feedback">🤔</a> <a href="#projectManagement-lmmfranco" title="Project Management">📆</a> <a href="#question-lmmfranco" title="Answering Questions">💬</a> <a href="https://github.com/favna/nintendo-switch-eshop/pulls?q=is%3Apr+reviewed-by%3Almmfranco" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/favna/nintendo-switch-eshop/commits?author=lmmfranco" title="Documentation">📖</a></td>
<td align="center"><a href="https://favware.tech/"><img src="https://avatars3.githubusercontent.com/u/4019718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeroen Claassens</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/commits?author=favna" title="Code">💻</a> <a href="#ideas-favna" title="Ideas, Planning, & Feedback">🤔</a> <a href="#projectManagement-favna" title="Project Management">📆</a> <a href="#question-favna" title="Answering Questions">💬</a> <a href="https://github.com/favna/nintendo-switch-eshop/pulls?q=is%3Apr+reviewed-by%3Afavna" title="Reviewed Pull Requests">👀</a> <a href="#userTesting-favna" title="User Testing">📓</a> <a href="#maintenance-favna" title="Maintenance">🚧</a> <a href="https://github.com/favna/nintendo-switch-eshop/commits?author=favna" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/mmakarios"><img src="https://avatars0.githubusercontent.com/u/9814055?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michel Makarios</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/commits?author=mmakarios" title="Documentation">📖</a></td>
<td align="center"><a href="http://iulianonofrei.com/"><img src="https://avatars0.githubusercontent.com/u/5748627?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Iulian Onofrei</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/commits?author=revolter" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Lililiuliu"><img src="https://avatars3.githubusercontent.com/u/52712459?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lililiuliu</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/issues?q=author%3ALililiuliu" title="Bug reports">🐛</a> <a href="https://github.com/favna/nintendo-switch-eshop/commits?author=Lililiuliu" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ende124"><img src="https://avatars1.githubusercontent.com/u/3050747?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ende124</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/issues?q=author%3Aende124" title="Bug reports">🐛</a> <a href="https://github.com/favna/nintendo-switch-eshop/commits?author=ende124" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/junyeonglee"><img src="https://avatars3.githubusercontent.com/u/53418618?v=4?s=100" width="100px;" alt=""/><br /><sub><b>junyeonglee</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/issues?q=author%3Ajunyeonglee" title="Bug reports">🐛</a> <a href="https://github.com/favna/nintendo-switch-eshop/commits?author=junyeonglee" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/bvanzile"><img src="https://avatars3.githubusercontent.com/u/9438505?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan Van Zile</b></sub></a><br /><a href="https://github.com/lmmfranco/nintendo-switch-eshop/commits?author=bvanzile" title="Code">💻</a> <a href="https://github.com/lmmfranco/nintendo-switch-eshop/issues?q=author%3Abvanzile" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/bvanzile"><img src="https://avatars3.githubusercontent.com/u/9438505?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan Van Zile</b></sub></a><br /><a href="https://github.com/favna/nintendo-switch-eshop/commits?author=bvanzile" title="Code">💻</a> <a href="https://github.com/favna/nintendo-switch-eshop/issues?q=author%3Abvanzile" title="Bug reports">🐛</a></td>
</tr>

@@ -71,2 +73,3 @@ </table>

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!

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