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 2.0.2 to 3.0.0

types/index.d.ts

25

package.json
{
"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 @@ },

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