unist-util-select
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -7,3 +7,3 @@ 'use strict' | ||
var zwitch = require('zwitch') | ||
var nthCheck = require('nth-check') | ||
var nthCheck = require('nth-check').default | ||
@@ -10,0 +10,0 @@ var nth = ['nth-child', 'nth-last-child', 'nth-of-type', 'nth-last-of-type'] |
{ | ||
"name": "unist-util-select", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "unist utility to select nodes with CSS-like selectors", | ||
@@ -50,3 +50,3 @@ "license": "MIT", | ||
"not": "^0.1.0", | ||
"nth-check": "^1.0.0", | ||
"nth-check": "^2.0.0", | ||
"unist-util-is": "^4.0.0", | ||
@@ -63,3 +63,3 @@ "zwitch": "^1.0.0" | ||
"unist-builder": "^2.0.0", | ||
"xo": "^0.34.0" | ||
"xo": "^0.35.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "scripts": { |
@@ -193,5 +193,5 @@ # unist-util-select | ||
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-select.svg | ||
[build-badge]: https://github.com/syntax-tree/unist-util-select/workflows/main/badge.svg | ||
[build]: https://travis-ci.org/syntax-tree/unist-util-select | ||
[build]: https://github.com/syntax-tree/unist-util-select/actions | ||
@@ -198,0 +198,0 @@ [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-select.svg |
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
27582
+ Addednth-check@2.1.1(transitive)
- Removednth-check@1.0.2(transitive)
Updatednth-check@^2.0.0