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

@croquet/create-croquet-microverse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@croquet/create-croquet-microverse - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "@croquet/create-croquet-microverse",
"version": "0.1.2",
"version": "0.1.3",
"author": "Croquet Corporation",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -15,4 +15,14 @@ # Create Croquet Microverse

The process copies some files into the top-level directory and sets things up. Then you can run:
The process copies some files into the top-level directory and sets things up.
Then, You need to obtain your Croquet API Key from [https://croquet.io/keys/](https://croquet.io/keys/), and edit the two properties called `apiKey` and `appId` in the `apiKey.js` file.
```
const apiKey = "paste your apiKey from croquet.io/keys";
const appId = "type your own appId such as com.example.david.mymicroverse";
export default {apiKey, appId};
```
Then you can run:
npm start

@@ -19,0 +29,0 @@

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