unist-util-select
Advanced tools
Comparing version 2.0.2 to 3.0.0
{ | ||
"name": "unist-util-select", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "Select unist nodes using css-like selectors", | ||
@@ -34,8 +34,11 @@ "license": "MIT", | ||
"Eugene Sharygin <eush77@gmail.com>", | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"Christian Murphy <christian.murphy.42@gmail.com>" | ||
], | ||
"files": [ | ||
"index.js", | ||
"lib/" | ||
"lib/", | ||
"types/index.d.ts" | ||
], | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
@@ -45,13 +48,14 @@ "css-selector-parser": "^1.1.0", | ||
"nth-check": "^1.0.1", | ||
"unist-util-is": "^3.0.0", | ||
"unist-util-is": "^4.0.0", | ||
"zwitch": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"dtslint": "^0.9.9", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"unist-builder": "^1.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -62,3 +66,4 @@ "scripts": { | ||
"test-coverage": "nyc --reporter lcov tape test/index.js", | ||
"test": "npm run format && npm run test-coverage" | ||
"test-types": "dtslint types", | ||
"test": "npm run format && npm run test-coverage && npm run test-types" | ||
}, | ||
@@ -83,3 +88,5 @@ "nyc": { | ||
"rules": { | ||
"max-params": "off" | ||
"max-params": "off", | ||
"unicorn/prefer-reflect-apply": "off", | ||
"unicorn/prefer-includes": "off" | ||
} | ||
@@ -86,0 +93,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28128
12
628
8
+ Addedunist-util-is@4.1.0(transitive)
- Removedunist-util-is@3.0.0(transitive)
Updatedunist-util-is@^4.0.0