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

azdom

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azdom - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

1

azdom.js

@@ -52,2 +52,3 @@ import { randGen } from '/node_modules/jsstrgen/jsstrgen.js';

node.setAttribute('azdom-' + componentClass.name, objId);
node.classList.add('azui');
typeof componentObject.azInit === 'function' && componentObject.azInit(options);

@@ -54,0 +55,0 @@ objCache[objId] = componentObject;

2

package.json
{
"name": "azdom",
"version": "0.0.10",
"version": "0.0.11",
"description": "A DOM manager library.",

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

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