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

crypto-bot-api

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-bot-api - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

CHANGELOG.md

34

package.json
{
"name": "crypto-bot-api",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npm run build-docs && npm run build-lib && npm run build-dist",
"build-docs": "typedoc src/exports.ts",
"build-lib": "tsc",
"build-dist": "rollup -c",
"watch-docs": "typedoc --watch",
"watch-lib": "tsc-watch",
"watch-dist": "rollup -c -w",
"lint": "eslint src/**/*"
},
"files": [
"lib/**/*"
],
"author": "Sergei Ivankov",

@@ -10,3 +25,20 @@ "license": "MIT",

"url": "https://github.com/sergeiivankov/crypto-bot-api"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-airbnb-typescript": "^16.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"nlfurniss-typedoc-plugin-sourcefile-url": "^2.0.0",
"rollup": "^2.60.1",
"rollup-plugin-terser": "^7.0.2",
"tsc-watch": "^4.5.0",
"typedoc": "^0.22.10",
"typescript": "^4.5.2"
}
}
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