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

@staratlas/player-profile

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@staratlas/player-profile - npm Package Compare versions

Comparing version 0.1.5 to 0.1.7

dist/player-profile/src/index.d.ts

6

package.json
{
"name": "@staratlas/player-profile",
"version": "0.1.5",
"version": "0.1.7",
"description": "> TODO: description",

@@ -8,3 +8,3 @@ "author": "Brett Etter <brett.etter@staratlas.com>",

"license": "ISC",
"main": "src/index.ts",
"main": "dist/player-profile/src/index.js",
"scripts": {

@@ -26,3 +26,3 @@ "build": "tsc"

},
"gitHead": "336931e0a413f5bae129feab8495f3e05f0faf54"
"gitHead": "b214039af4f781210bd5ecffe28d693a0d937b8d"
}
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "../",
"outDir": "dist",

@@ -19,4 +19,4 @@ "allowJs": true,

},
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts", "../data-source/src/**/*.ts", "../idls/src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}
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