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

grasp-equery

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grasp-equery - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/index.js

@@ -6,3 +6,3 @@ // Generated by LiveScript 1.3.1

matchNode = require('./match').matchNode;
VERSION = '0.2.2';
VERSION = '0.2.3';
query = function(selector, ast){

@@ -9,0 +9,0 @@ return queryParsed(parse(selector), ast);

@@ -30,3 +30,3 @@ // Generated by LiveScript 1.3.1

for (prop in targetNode) {
if (prop !== 'loc' && prop !== 'start' && prop !== 'end' && prop !== '_named') {
if (prop !== 'loc' && prop !== 'start' && prop !== 'end' && prop !== '_named' && prop !== 'raw') {
if (!eq(targetNode[prop], selectorNode[prop])) {

@@ -33,0 +33,0 @@ return false;

{
"name": "grasp-equery",
"version": "0.2.2",
"version": "0.2.3",
"author": "George Zahariev <z@georgezahariev.com>",

@@ -5,0 +5,0 @@ "description": "grasp query using example code with wildcards",

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