Comparing version 0.0.20 to 0.0.21
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
0
3580
7
3
0
2
- Removedaxios@^0.25.0
- Removedaxios@0.25.0(transitive)
- Removedfollow-redirects@1.15.9(transitive)