Socket
Socket
Sign inDemoInstall

modl-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.14 to 0.1.15

4

dist/MODLTokeniser.js

@@ -46,4 +46,4 @@ "use strict";

var nonStringTokens = '[]();"=`';
var INTEGER_REGEX = new RegExp(/^-?\d+$/);
var FLOAT_REGEX = new RegExp(/^-?([0-9]*[.])?[0-9]+([eE][-+]?\d+)?$/);
var INTEGER_REGEX = new RegExp(/^-?(?:0|[1-9]\d*)$/);
var FLOAT_REGEX = new RegExp(/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/);
var TokenType;

@@ -50,0 +50,0 @@ (function (TokenType) {

{
"name": "modl-parser",
"version": "0.1.14",
"version": "0.1.15",
"description": "A MODL parser in TypeScript",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc