select-dom
Advanced tools
Comparing version 0.0.0 to 0.0.1-security
{ | ||
"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. |
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
0
803
2
0
10
1
1
- Removedqwery@3.4.x
- Removedqwery@3.4.2(transitive)