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

psn-api

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

psn-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.all-contributorsrc

4

package.json
{
"name": "psn-api",
"version": "1.0.0",
"description": "A low-level API for getting data from the PlayStation Network.",
"version": "1.0.1",
"main": "dist/psn-api.js",

@@ -23,3 +24,2 @@ "module": "dist/psn-api.mjs",

"dependencies": {
"form-data": "^4.0.0",
"isomorphic-unfetch": "^3.1.0",

@@ -26,0 +26,0 @@ "urlcat": "^2.0.4"

@@ -33,3 +33,3 @@ <p align="center">

✅ &nbsp;Modular by design, supports tree-shaking.
✅ &nbsp;Modular by design, and supports tree-shaking.
✅ &nbsp;Aligns with the [community PSN API documentation](https://andshrew.github.io/PlayStation-Trophies/#/).

@@ -151,27 +151,18 @@ ✅ &nbsp;Supports Node environments (14 and above).

## How to contribute
## Contributors
### Prerequisites
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/wescopeland"><img src="https://avatars.githubusercontent.com/u/3984985?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wes Copeland</b></sub></a><br /><a href="https://github.com/achievements-app/psn-api/commits?author=wescopeland" title="Code">💻</a> <a href="#example-wescopeland" title="Examples">💡</a> <a href="https://github.com/achievements-app/psn-api/commits?author=wescopeland" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/xelnia"><img src="https://avatars.githubusercontent.com/u/14896738?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xelnia</b></sub></a><br /><a href="#ideas-xelnia" title="Ideas, Planning, & Feedback">🤔</a> <a href="#userTesting-xelnia" title="User Testing">📓</a></td>
<td align="center"><a href="https://github.com/andshrew"><img src="https://avatars.githubusercontent.com/u/7409326?v=4?s=100" width="100px;" alt=""/><br /><sub><b>andshrew</b></sub></a><br /><a href="https://github.com/achievements-app/psn-api/commits?author=andshrew" title="Documentation">📖</a></td>
</tr>
</table>
Before beginning, please make sure you have the following tools installed.
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
- Node.js (the latest LTS release, [download](https://nodejs.org/en/download/))
- yarn classic (1.x, [instructions](https://yarnpkg.com/lang/en/docs/install/))
### Installation
```
git clone https://github.com/achievements-app/psn-api.git
cd psn-api
yarn
```
### Local development
Start a local dev server in watch mode with `yarn dev`.
There is a dev playground set up in _src/\_\_dev-playground.ts_. When changes are made to this file, you will see updates in your terminal.
Tests can be executed using `yarn test`.
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:END -->
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