New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dojoengine/core

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojoengine/core - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@dojoengine/core",
"version": "0.0.7",
"version": "0.0.8",
"description": "Dojo engine core providers and types",

@@ -5,0 +5,0 @@ "scripts": {

@@ -1,9 +0,7 @@

import { EventEmitter } from "events";
import { ICommands, Query } from "../types";
export abstract class Provider extends EventEmitter implements ICommands {
export abstract class Provider implements ICommands {
private readonly worldAddress: string;
constructor(worldAddress: string) {
super();
this.worldAddress = worldAddress;

@@ -10,0 +8,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