Socket
Socket
Sign inDemoInstall

lex

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

lib/lexer.js

@@ -29,3 +29,3 @@ if (typeof exports === "object") exports.Lexer = Lexer;

if (typeof start !== "array") start = [0];
if (Object.prototype.toString.call(start) !== "[object Array]") start = [0];

@@ -32,0 +32,0 @@ rules.push({

{
"name": "lex",
"description": "An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["lexer"],

@@ -6,0 +6,0 @@ "author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@myopera.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc