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

fishpi

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fishpi - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

17

package.json
{
"name": "fishpi",
"version": "0.0.20",
"version": "0.0.21",
"description": "A Package to use API of fishpi.",
"main": "./lib/src/index.js",
"main": "./lib/index.js",
"files": [
"lib"
"dist"
],
"scripts": {
"prebuild": "rm -rf lib",
"build": "tsc"
"prebuild": "rimraf lib",
"build": "tsc",
"prepublish": "npm run build",
"test": "NODE_OPTIONS=\"-r ts-node/register --no-warnings\" node ./test/index.ts",
"publish": "npm publish"
},

@@ -32,3 +35,2 @@ "repository": {

"dependencies": {
"axios": "^0.25.0",
"form-data": "^4.0.0",

@@ -40,3 +42,6 @@ "reconnecting-websocket": "^4.4.0",

"@types/node": "^12.20.11",
"@types/node-fetch": "^2.6.3",
"@types/ws": "^8.2.2",
"node-fetch": "2",
"rimraf": "^5.0.0",
"ts-node": "^10.2.1",

@@ -43,0 +48,0 @@ "typescript": "^4.2.4"

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