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 2.0.0 to 2.0.1

6

package.json
{
"name": "nintendo-switch-eshop",
"version": "2.0.0",
"version": "2.0.1",
"description": "Unofficial API lib for Nintendo Switch eShop game listing and pricing information.",

@@ -42,3 +42,3 @@ "author": "lmmfranco",

"@babel/register": "^7.0.0",
"@types/jest": "^23.3.12",
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",

@@ -60,5 +60,5 @@ "common-tags": "^1.8.0",

"tslint": "^5.12.1",
"typescript": "^3.2.2",
"typescript": "^3.2.4",
"yargs": "^12.0.5"
}
}

@@ -32,10 +32,17 @@ <div align="center">

## Installation
To install it just type the following at your command line
```shell
npm install --save nintendo-switch-eshop
Add the package through your package manager of choice:
```sh
npm install nintendo-switch-eshop
# yarn add nintendo-switch-eshop
```
And require it in your node module as follows:
```javascript
const SwitchEshop = require('nintendo-switch-eshop');
Require your desired functions:
```js
const { getGamesAmerica, getGamesEurope, getGamesJapan } = require('nintendo-switch-eshop');
// TypeScript / Babel: import { getGamesAmerica, getGamesEurope, getGamesJapan } from 'nintendo-switch-eshop';
```
For calling functions with the correct parameters and syntax please refer to the documentation below:
* * *

@@ -42,0 +49,0 @@

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