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

unist-util-select

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unist-util-select - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/parse.js

@@ -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

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