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

select-dom

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select-dom - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-security

29

package.json
{
"name": "select-dom",
"version": "0.0.0",
"description": "DOM Selector Library With Fallback Support",
"version": "0.0.1-security",
"description": "",
"main": "index.js",
"scripts": {
"test": "fox -b"
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"qwery": "3.4.x"
"repository": {
"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
},
"devDependencies": {
"fox": "*"
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
},
"keywords": [
"dom",
"selector"
],
"repository": {
"url": "git@github.com:azer/dom-selector.git",
"type": "git"
},
"author": "Azer Koçulu <azer@kodfabrik.com>",
"license": "BSD"
"homepage": "https://github.com/npm/security-holder#readme"
}

@@ -1,19 +0,9 @@

## dom-select
# Security holding package
DOM Selector Library With Fallback Support
This package name is not currently in use, but was formerly occupied
by a popular package. To avoid malicious use, npm is hanging on to
the package name, but loosely, and we'll probably give it to you if
you want it.
```js
select = require('select-dom')
select('.foo a[href=bar]')
// => [Element]
select.all('.foo a[href=bar]')
// => [[Element], [Element], [Element]]
```
## Install
```bash
$ npm install dom-select
```
You may adopt this package by contacting support@npmjs.com and
requesting the name.
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