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

dom-set

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-set - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "dom-set",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create functions for operating on a list of DOM elements",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

@@ -11,3 +11,3 @@ Install

`dom-indexers` is a collection of functions to extend other libraries that export instances of objects that have their own DOM operations.
`dom-set` is a collection of functions to extend other libraries that export instances of objects that have their own DOM operations.

@@ -36,3 +36,3 @@ There actually aren't any dom operations being done by this library. Only array collection operations that are meant for an array of DOM elements.

```javascript
import {domListOf, addElements, removeElements} from 'dom-indexers';
import {domListOf, addElements, removeElements} from 'dom-set';

@@ -39,0 +39,0 @@ function MyOperator(elements){

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