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

bianco.dom-to-array

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bianco.dom-to-array - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

index.d.ts

14

package.json
{
"name": "bianco.dom-to-array",
"version": "1.0.0",
"version": "1.1.0",
"description": "Converts any DOM node/s to a loopable array",

@@ -8,2 +8,3 @@ "main": "index.js",

"module": "index.next.js",
"types": "index.d.ts",
"scripts": {

@@ -18,3 +19,4 @@ "prepare": "npm run build && npm test",

"index.js",
"index.next.js"
"index.next.js",
"index.d.ts"
],

@@ -42,9 +44,9 @@ "repository": {

"@gianlucaguarini/eslint-config": "^2.0.0",
"eslint": "^5.8.0",
"jsdom": "12.2.0",
"eslint": "^8.10.0",
"jsdom": "19.0.0",
"jsdom-global": "3.0.2",
"mocha": "^5.2.0",
"rollup": "^0.66.6",
"mocha": "^9.2.1",
"rollup": "^2.70.0",
"rollup-plugin-node-resolve": "^3.4.0"
}
}
# bianco.dom-to-array
[![Build Status][travis-image]][travis-url]
[![Build Status][ci-image]][ci-url]
[![NPM version][npm-version-image]][npm-url]

@@ -36,14 +35,10 @@ [![NPM downloads][npm-downloads-image]][npm-url]

[travis-image]: https://img.shields.io/travis/biancojs/dom-to-array.svg?style=flat-square
[ci-image]:https://img.shields.io/github/workflow/status/biancojs/dom-to-array/test?style=flat-square
[ci-url]:https://github.com/biancojs/dom-to-array/actions
[travis-url]: https://travis-ci.org/biancojs/dom-to-array
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
[license-url]: LICENSE.txt
[npm-version-image]: http://img.shields.io/npm/v/bianco.dom-to-array.svg?style=flat-square
[npm-downloads-image]: http://img.shields.io/npm/dm/bianco.dom-to-array.svg?style=flat-square
[npm-url]: https://npmjs.org/package/bianco.dom-to-array

@@ -50,0 +45,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