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

@brainsatplay/accounts-browser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainsatplay/accounts-browser - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

dist/common/index.d.ts

11

package.json
{
"name": "@brainsatplay/accounts-browser",
"version": "0.0.1",
"version": "0.0.3",
"description": "FOSS account management system for the Brains@Play ecosystem",
"main": "../../dist/frontend/index.js",
"types": "../../dist/frontend/index.d.ts",
"main": "./dist/frontend/index.js",
"types": "./dist/frontend/index.d.ts",
"scripts": {

@@ -21,5 +21,6 @@ "start": "cd .. && yarn run frontend",

"homepage": "https://github.com/brainsatplay/accounts#readme",
"devDependencies": {},
"devDependencies": {
"@brainsatplay/accounts-common": "*"
},
"dependencies": {
"@brainsatplay/accounts-common": "*",
"@giveback007/util-lib": "^0.23.1",

@@ -26,0 +27,0 @@ "realm-web": "^1.5.1"

{
"extends": "../../tsconfig.json",
"files": [],
"include": [],
"compilerOptions": {
/* -- Basic Options -- */
"rootDir": "../", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"outDir": "./dist",
},
"include": ["./"],
}
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