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

@uxland/harmonix

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland/harmonix - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

dist/broker/broker.d.ts

1

dist/index.d.ts

@@ -5,1 +5,2 @@ export * from './region-manager';

export * from './utilities';
export * from './broker';

3

dist/index.js

@@ -37,4 +37,3 @@ import { regionHostMixin as n, regionAdapterRegistry as g } from "@uxland/regions";

add(e, t) {
if (this.getRegion(e))
throw new Error("A region with the same name already exists");
if (this.getRegion(e)) throw new Error("A region with the same name already exists");
return this._regions[e] = t, this._viewRegistry.registerRegion(e, t), this;

@@ -41,0 +40,0 @@ }

{
"name": "@uxland/harmonix",
"version": "1.0.15",
"version": "1.0.16",
"description": "Core",

@@ -5,0 +5,0 @@ "author": "UXLand <dev@uxland.es>",

@@ -5,1 +5,2 @@ export * from "./region-manager";

export * from "./utilities";
export * from "./broker";

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