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.3.1 to 0.3.2

4

lib/index.js

@@ -1,2 +0,2 @@

// Generated by LiveScript 1.4.0
// Generated by LiveScript 1.5.0
(function(){

@@ -6,3 +6,3 @@ var parse, matchNode, VERSION, query, queryParsed;

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

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

@@ -1,2 +0,2 @@

// Generated by LiveScript 1.4.0
// Generated by LiveScript 1.5.0
(function(){

@@ -13,2 +13,5 @@ var ref$, primitiveOnlyAttributes, eitherAttributes, syntaxFlat, all, tail, getNodeAtPath, toString$ = {}.toString, slice$ = [].slice;

spec = syntaxFlat[mainNode.type];
if (spec == null) {
return;
}
for (i$ = 0, len$ = (ref$ = spec.nodes || []).length; i$ < len$; ++i$) {

@@ -15,0 +18,0 @@ key = ref$[i$];

{
"name": "grasp-equery",
"version": "0.3.1",
"version": "0.3.2",
"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