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

eldo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eldo - npm Package Compare versions

Comparing version

to
1.0.1

4

index.js

@@ -164,3 +164,3 @@ class El {

static injectStyles (styles){
static injectStyles (styles) {
const style = document.createElement('style')

@@ -173,1 +173,3 @@ style.type = 'text/css'

}
module.exports = El
{
"name": "eldo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny chainable DOM manipulation lib.",

@@ -5,0 +5,0 @@ "main": "index.js",