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

@daeinc/dom

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daeinc/dom - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

dist/index.d.ts
/**
* convert selector (string) to DOM Element
* convert selector (string) to DOM Element. if already typeof Element, return as is.
* @param selector

@@ -4,0 +4,0 @@ * @returns

@@ -5,3 +5,3 @@ "use strict";

/**
* convert selector (string) to DOM Element
* convert selector (string) to DOM Element. if already typeof Element, return as is.
* @param selector

@@ -8,0 +8,0 @@ * @returns

{
"name": "@daeinc/dom",
"version": "0.1.0",
"version": "0.2.0",
"description": "DOM utilities",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
"/dist"
],
"scripts": {

@@ -8,0 +11,0 @@ "watch": "npx tsc --watch",

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