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

be-hive

Package Overview
Dependencies
Maintainers
0
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

be-hive - npm Package Compare versions

Comparing version 0.0.215 to 0.0.216

4

aggEvt.js

@@ -24,4 +24,4 @@ export const rguid = 'XM5dz7tqZkeFCtytNXHPzw';

// }
constructor(args, target) {
super('aggEvt');
constructor(type, args, target) {
super(type);
this.args = args;

@@ -28,0 +28,0 @@ this.target = target;

@@ -26,4 +26,4 @@ import { EventListenerOrFn } from "./ts-refs/trans-render/be/types";

// }
constructor(args: Array<any>, target: Element){
super('aggEvt')
constructor(type: string, args: Array<any>, target: Element){
super(type);
this.args = args;

@@ -30,0 +30,0 @@ this.target = target;

{
"name": "be-hive",
"version": "0.0.215",
"version": "0.0.216",
"keywords": [

@@ -5,0 +5,0 @@ "web-components",

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