Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "steamid", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Exposes a SteamID object class for easy SteamID management", | ||
@@ -22,9 +22,22 @@ "keywords": [ | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.31.0" | ||
}, | ||
"main": "dist/index.js", | ||
"files": [ | ||
"/dist", | ||
"/src" | ||
], | ||
"scripts": { | ||
"test": "node test.js", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint && npm run test", | ||
"build": "node scripts/delete-dist.js && tsc --outDir dist", | ||
"test": "node test/test.js", | ||
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "12.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.36.0", | ||
"@typescript-eslint/parser": "^5.36.0", | ||
"eslint": "^7.31.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.2" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # SteamID for Node.js |
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
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
48943
803
6
11