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

grasp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grasp - npm Package Compare versions

Comparing version 0.4.0-beta1 to 0.4.0

2

lib/format.js

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

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

@@ -3,0 +3,0 @@ var ref$, id, compact, unlines, min, max;

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

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

@@ -3,0 +3,0 @@ var ref$, map, flatten, join, lines, unlines, chars, unchars, syntax, syntaxFlat, aliasMap, attrMapInverse, matchesMap, matchesAliasMap, pad, options, generateSyntaxHelp, generateSyntaxHelpForNode, generateCategoryHelp, generateHelpForCategory;

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

_console = console;
version = '0.4.0-beta1';
version = '0.4.0';
run = function(arg$){

@@ -18,0 +18,0 @@ var ref$, args, error, ref1$, callback, exit, data, stdin, fs, textFormat, input, console, options, positional, debug, e, versionString, getHelp, helpString, queryEngine, parser, parserOptions, that, selector, targets, targetsLen, replacement, isDir, color, bold, textFormatFuncs, resultsData, resultsFormat, callCallback, out, parsedSelector, resultsSortFunc, search, processResults, getToMap, end, exts, testExt, targetPaths, searchTarget, cwd;

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

longDescription: 'Sets the parser and options for the parser. Argument value is a tuple, with the first item being the require path, and the second an optional object with options for the parser when calling its parse function.',
'default': "(acorn, {locations: true, ecmaVersion: 6, sourceType: 'module'})",
'default': "(acorn, {locations: true, ecmaVersion: 6, sourceType: 'module', allowHashBang: true})",
hidden: true,

@@ -49,0 +49,0 @@ example: '--parser "(./path/to/esprima, {loc: true})"'

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

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

@@ -3,0 +3,0 @@ var ref$, lines, unlines, filter, fold, capitalize, camelize, dasherize, levn, getRaw, filterRegex, replacer, getReplacementFunc, replace, slice$ = [].slice, toString$ = {}.toString;

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

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

@@ -3,0 +3,0 @@ var pad;

{
"name": "grasp",
"author": "George Zahariev",
"version": "0.4.0-beta1",
"version": "0.4.0",
"homepage": "http://graspjs.com",

@@ -39,18 +39,18 @@ "description": "JavaScript structural search, replace, and refactor",

"dependencies": {
"acorn": "~2.5.0",
"prelude-ls": "~1.1.2",
"cli-color": "~0.3.2",
"async": "~0.9.0",
"optionator": "~0.6.0",
"grasp-squery": "~0.3.0",
"grasp-equery": "~0.3.0",
"grasp-syntax-javascript": "~0.2.0",
"levn": "~0.2.5"
"acorn": "^2.6.4",
"prelude-ls": "^1.1.2",
"cli-color": "^1.1.0",
"async": "^1.5.0",
"optionator": "^0.8.0",
"grasp-squery": "^0.3.0",
"grasp-equery": "^0.3.1",
"grasp-syntax-javascript": "^0.2.0",
"levn": "^0.3.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"
},
"preferGlobal": true
}
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