New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 0.2.1

2

lib/index.js

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

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

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

@@ -203,5 +203,7 @@ // Generated by LiveScript 1.2.0

if (attrType === 'Identifier') {
return {
path: [attr.name]
};
if (processNode(attr)) {} else {
return {
path: [attr.name]
};
}
} else if (attrType === 'MemberExpression') {

@@ -208,0 +210,0 @@ path = getMemberPath(attr);

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

@@ -39,4 +39,4 @@ "description": "grasp query using example code with wildcards",

"dependencies": {
"prelude-ls": "~1.0.3",
"acorn": "~0.4.2",
"prelude-ls": "~1.1.0",
"acorn": "~0.5.0",
"grasp-syntax-javascript": "~0.1.0"

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