Socket
Socket
Sign inDemoInstall

selderee

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.10.0

CHANGELOG.md

4

package.json
{
"name": "selderee",
"version": "0.9.0",
"version": "0.10.0",
"description": "Selectors decision tree - choose matching selectors, fast",

@@ -42,4 +42,4 @@ "keywords": [

"dependencies": {
"parseley": "^0.10.0"
"parseley": "^0.11.0"
}
}

@@ -101,3 +101,3 @@ # selderee

const allMatches = picker.pickAll(element);
console.log(util.inspect(allMatches, { breakLength: 50, depth: null }));
console.log(util.inspect(allMatches, { breakLength: 70, depth: null }));

@@ -150,4 +150,4 @@ // or get the value from the most specific match.

Targeting Node.js version >=12.22.
Targeting Node.js version >=14.
Monorepo uses NPM v7 workspaces (make sure v7 is installed when used with Node.js v12-v14.)
Monorepo uses NPM v7 workspaces (make sure v7 is installed when used with Node.js v14.)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc