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

queried

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queried - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

8

lib/index.js

@@ -7,5 +7,3 @@ /**

//TODO: automated tests
//TODO: jquery selectors
//TODO: query-relative integration

@@ -87,2 +85,5 @@

//catch polyfillable first `:scope` selector - just erase it, works just fine
selector = selector.replace(/^\s*:scope/, '');
return qPseudos([el], selector);

@@ -117,3 +118,3 @@ }

var id = getUid();
el.setAttribute('__scoped', id);
list.forEach(function(el){el.setAttribute('__scoped', id);});
selector = '[__scoped="' + id + '"]' + selector;

@@ -141,3 +142,2 @@ }

var preSelector = paren.stringify(parts[0].slice(0, match.index), parts);
if (preSelector) {

@@ -144,0 +144,0 @@ list = qList(list, preSelector);

{
"name": "queried",
"version": "1.1.2",
"version": "1.2.0",
"description": "Query selector CSS4 +",

@@ -34,2 +34,3 @@ "main": "css4.js",

"mocha": "^2.1.0",
"mochify": "^2.2.0",
"assert": "^1.3.0"

@@ -36,0 +37,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