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

steamid

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steamid - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/enums.d.ts

23

package.json
{
"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

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