Socket
Socket
Sign inDemoInstall

blizzapi

Package Overview
Dependencies
2
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5-beta.0 to 1.3.5-beta.1

dist/blizzapi.d.ts

25

package.json
{
"name": "blizzapi",
"version": "1.3.5-beta.0",
"version": "1.3.5-beta.1",
"description": "Flexible and feature-rich Node.js library for Blizzard Battle.net API",
"homepage": "https://blizzapi.lukem.net",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/blizzapi.js",
"module": "dist/blizzapi.mjs",
"browser": "dist/blizzapi.umd.js",
"typings": "dist/blizzapi.d.ts",
"engines": {
"node": ">=14.0.0"
},
"author": {

@@ -32,3 +37,3 @@ "name": "Łukasz Wójcik",

"lint": "eslint . --ext .ts",
"compile": "webpack",
"compile": "rollup -c",
"build": "npm run lint && npm run test && npm run clean && npm run compile",

@@ -49,2 +54,3 @@ "dev": "tsc -w --project tsconfig.json",

"@typescript-eslint/parser": "^4.22.0",
"esbuild": "^0.11.16",
"eslint": "^7.25.0",

@@ -56,8 +62,9 @@ "eslint-config-airbnb-typescript": "^12.3.1",

"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.1.1",
"rollup": "^2.45.2",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "^4.2.3",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.5",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.12.2",
"webpack-cli": "^4.3.1"
"typescript": "^4.2.4"
},

@@ -64,0 +71,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc