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

amaribot.js

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amaribot.js - npm Package Compare versions

Comparing version 2.1.0-beta2 to 2.1.0

./dist/index.cjs

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { Response as Response$1 } from 'node-fetch';
import { RequestInit, Response as Response$1 } from 'node-fetch';

@@ -3,0 +3,0 @@ declare class RequestHandler {

{
"name": "amaribot.js",
"version": "2.1.0-beta2",
"description": "A node.js wrapper for the AmariBot API",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "unbuild",
"clean": "rimraf dist",
"docs": "typedoc",
"lint": "eslint . --fix",
"test": "vitest run",
"changeset": "changeset add",
"publish": "changeset version && pnpm run build && changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amaribot/amaribot.js.git"
},
"keywords": [
"amaribot",
"discord",
"leveling",
"api"
],
"files": [
"dist"
],
"author": {
"name": "Shadow",
"email": "shadow@buape.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/amaribot/amaribot.js/issues"
},
"homepage": "https://amaribot.js.org",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"rimraf": "^4.1.2",
"typedoc": "^0.23.26",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vitest": "^0.29.1"
},
"dependencies": {
"@sapphire/async-queue": "^1.5.0",
"ms": "^2.1.3",
"node-fetch": "2.6.9"
},
"engines": {
"node": ">=16.17.1"
}
}
"name": "amaribot.js",
"version": "2.1.0",
"description": "A node.js wrapper for the AmariBot API",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/amaribot/amaribot.js.git"
},
"keywords": [
"amaribot",
"discord",
"leveling",
"api"
],
"files": [
"dist"
],
"author": {
"name": "Shadow",
"email": "shadow@buape.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/amaribot/amaribot.js/issues"
},
"homepage": "https://amaribot.js.org",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"rimraf": "^4.1.2",
"typedoc": "^0.23.26",
"typescript": "^5.0.0",
"unbuild": "^1.1.2",
"vitest": "^0.29.1"
},
"dependencies": {
"@sapphire/async-queue": "^1.5.0",
"ms": "^2.1.3",
"node-fetch": "2.6.9"
},
"engines": {
"node": ">=16.17.1"
},
"volta": {
"node": "16.20.0"
},
"scripts": {
"build": "unbuild",
"clean": "rimraf dist",
"docs": "typedoc",
"lint": "eslint . --fix",
"test": "vitest run",
"changeset": "changeset add"
}
}
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