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

@netcentric/eddys-video

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netcentric/eddys-video - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

4

libs/blocks/example-component/example-component.js

@@ -7,3 +7,3 @@ export class ExampleComponent {

export async function defaultDecorate(block) {
export async function defaultDecorate(block, ClassObj) {
const elements = Array.from(block.children);

@@ -15,3 +15,3 @@

const exampleComponent = new ExampleComponent(block);
const exampleComponent = ClassObj ? new ClassObj: new ExampleComponent(block);
}
{
"name": "@netcentric/eddys-video",
"version": "1.0.12",
"version": "1.0.13",
"description": "<Package description>",

@@ -5,0 +5,0 @@ "license": "Apache-2.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