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.1 to 0.2.2

2

lib/common.js

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

// Generated by LiveScript 1.2.0
// Generated by LiveScript 1.3.1
(function(){

@@ -3,0 +3,0 @@ var attrMap, getNodeAtPath;

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

// Generated by LiveScript 1.2.0
// Generated by LiveScript 1.3.1
(function(){

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

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

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

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

// Generated by LiveScript 1.2.0
// Generated by LiveScript 1.3.1
(function(){

@@ -3,0 +3,0 @@ var ref$, primitiveOnlyAttributes, eitherAttributes, all, tail, getNodeAtPath, toString$ = {}.toString, slice$ = [].slice;

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

// Generated by LiveScript 1.2.0
// Generated by LiveScript 1.3.1
(function(){

@@ -3,0 +3,0 @@ var acorn, ref$, aliasMap, matchesMap, matchesAliasMap, literalMap, getNodeAtPath, toString$ = {}.toString;

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

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

"dependencies": {
"prelude-ls": "~1.1.0",
"acorn": "~0.5.0",
"prelude-ls": "~1.1.1",
"acorn": "~0.6.0",
"grasp-syntax-javascript": "~0.1.0"
},
"devDependencies": {
"LiveScript": "~1.2.0",
"mocha": "~1.8.2",
"istanbul": "~0.1.43"
"LiveScript": "~1.3.1",
"mocha": "~2.1.0",
"istanbul": "~0.3.5"
}
}
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