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

@blockprotocol/core

Package Overview
Dependencies
Maintainers
8
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockprotocol/core - npm Package Compare versions

Comparing version 0.0.12-canary.0 to 0.0.12-canary.1

3

dist/cjs/core-handler.js

@@ -30,2 +30,3 @@ "use strict";

this.constructor.instanceMap.set(element, this);
console.log("inside constructor", this.constructor.instanceMap, this);
this.attachEventListeners();

@@ -57,2 +58,3 @@ }

(_a = handler.messageCallbacksByService)[serviceName] ?? (_a[serviceName] = new Map());
console.log({ handler, map: this.instanceMap });
return handler;

@@ -86,3 +88,2 @@ }

this.messageCallbacksByService[serviceName].set(messageName, callback);
console.log("Registering ", messageName, serviceName);
}

@@ -89,0 +90,0 @@ /**

@@ -27,2 +27,3 @@ import { v4 as uuid } from "uuid";

this.constructor.instanceMap.set(element, this);
console.log("inside constructor", this.constructor.instanceMap, this);
this.attachEventListeners();

@@ -54,2 +55,3 @@ }

(_a = handler.messageCallbacksByService)[serviceName] ?? (_a[serviceName] = new Map());
console.log({ handler, map: this.instanceMap });
return handler;

@@ -83,3 +85,2 @@ }

this.messageCallbacksByService[serviceName].set(messageName, callback);
console.log("Registering ", messageName, serviceName);
}

@@ -86,0 +87,0 @@ /**

{
"name": "@blockprotocol/core",
"version": "0.0.12-canary.0",
"version": "0.0.12-canary.1",
"description": "Implementation of the Block Protocol Core specification for blocks and embedding applications",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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