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.0 to 0.3.1

2

lib/index.js

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

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

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

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

@@ -34,11 +34,11 @@ "description": "grasp query using example code with wildcards",

"dependencies": {
"prelude-ls": "~1.1.2",
"acorn": "~2.5.0",
"grasp-syntax-javascript": "~0.2.0"
"prelude-ls": "^1.1.2",
"acorn": "^2.6.4",
"grasp-syntax-javascript": "^0.2.0"
},
"devDependencies": {
"livescript": "~1.4.0",
"mocha": "~2.1.0",
"istanbul": "~0.3.5"
"livescript": "^1.4.0",
"mocha": "^2.3.4",
"istanbul": "^0.4.1"
}
}
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