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

jsstana

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsstana - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

3

lib/jsstana.js

@@ -30,3 +30,3 @@ /**

# find assertArguments calls with 4 arguments
% bin/jsgrep.js '(call assertArguments ? ? ? ?)' lib
% jsgrep '(call assertArguments ? ? ? ?)' lib
jsstana.js:224: assertArguments("true/false/null/infinity/nan/undefined", 0, arguments, 1);

@@ -621,2 +621,3 @@ jsstana.js:255: assertArguments("literal", 1, arguments, 1);

- 0.0.6 jsgrep, second try
- 0.0.5 jsgrep

@@ -623,0 +624,0 @@ - also new expression

{
"name": "jsstana",
"description": "s-expression match patterns for Mozilla Parser AST",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/phadej/jsstana",

@@ -25,3 +25,3 @@ "author": {

"bin": {
"jsgrep": "./bin/esgrep.js"
"jsgrep": "./bin/jsgrep.js"
},

@@ -28,0 +28,0 @@ "main": "lib/jsstana",

@@ -29,3 +29,3 @@ # jsstana [![Build Status](https://secure.travis-ci.org/phadej/jsstana.png?branch=master)](http://travis-ci.org/phadej/jsstana)

# find assertArguments calls with 4 arguments
% bin/jsgrep.js '(call assertArguments ? ? ? ?)' lib
% jsgrep '(call assertArguments ? ? ? ?)' lib
jsstana.js:224: assertArguments("true/false/null/infinity/nan/undefined", 0, arguments, 1);

@@ -122,2 +122,3 @@ jsstana.js:255: assertArguments("literal", 1, arguments, 1);

- 0.0.6 jsgrep, second try
- 0.0.5 jsgrep

@@ -124,0 +125,0 @@ - also new expression

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