@heroiclabs/nakama-js
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "@heroiclabs/nakama-js", | ||
"version": "2.4.0", | ||
"scripts": { | ||
"build": "node build.js", | ||
"docs": "typedoc index.ts --gaID UA-89839802-1 --out ../../docs" | ||
}, | ||
"description": "JavaScript client for Nakama server written in TypeScript.", | ||
"main": "dist/nakama-js.cjs.js", | ||
"module": "dist/nakama-js.esm.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/nakama-js.esm.mjs", | ||
"require": "./dist/nakama-js.cjs.js" | ||
"name": "@heroiclabs/nakama-js", | ||
"version": "2.4.1", | ||
"scripts": { | ||
"build": "node build.js", | ||
"docs": "typedoc index.ts --gaID UA-89839802-1 --out ../../docs" | ||
}, | ||
"description": "JavaScript client for Nakama server written in TypeScript.", | ||
"main": "dist/nakama-js.cjs.js", | ||
"module": "dist/nakama-js.esm.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/nakama-js.esm.mjs", | ||
"require": "./dist/nakama-js.cjs.js" | ||
} | ||
}, | ||
"keywords": [ | ||
"app server", | ||
"client library", | ||
"game server", | ||
"nakama", | ||
"realtime", | ||
"realtime chat" | ||
], | ||
"repository": "https://github.com/heroiclabs/nakama-js", | ||
"homepage": "https://heroiclabs.com", | ||
"bugs": "https://github.com/heroiclabs/nakama-js/issues", | ||
"author": "Chris Molozian <chris@heroiclabs.com>", | ||
"contributors": [ | ||
"Andrei Mihu <andrei@heroiclabs.com>", | ||
"Mo Firouz <mo@heroiclabs.com>" | ||
], | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"js-base64": "^3.6.0", | ||
"whatwg-fetch": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@rollup/plugin-typescript": "^6.1.0", | ||
"rollup": "latest", | ||
"tslib": "^2.0.3", | ||
"typedoc": "^0.22.10" | ||
} | ||
}, | ||
"keywords": [ | ||
"app server", | ||
"client library", | ||
"game server", | ||
"nakama", | ||
"realtime", | ||
"realtime chat" | ||
], | ||
"repository": "https://github.com/heroiclabs/nakama-js", | ||
"homepage": "https://heroiclabs.com", | ||
"bugs": "https://github.com/heroiclabs/nakama-js/issues", | ||
"author": "Chris Molozian <chris@heroiclabs.com>", | ||
"contributors": [ | ||
"Andrei Mihu <andrei@heroiclabs.com>", | ||
"Mo Firouz <mo@heroiclabs.com>" | ||
], | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"js-base64": "^3.6.0", | ||
"whatwg-fetch": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@rollup/plugin-typescript": "^6.1.0", | ||
"rollup": "latest", | ||
"tslib": "^2.0.3", | ||
"typedoc": "^0.22.10" | ||
} | ||
} | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
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
1097950
17034
189
156