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

modl-parser

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modl-parser - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

dist/MODLTokeniser.js

@@ -45,3 +45,3 @@ "use strict";

var WS = ' \t\r\n';
var nonStringTokens = '[]();"=';
var nonStringTokens = '[]();"=`';
var INTEGER_REGEX = new RegExp(/^-?\d+$/);

@@ -48,0 +48,0 @@ var FLOAT_REGEX = new RegExp(/^[-+]?([0-9]*[.])?[0-9]+([eE][-+]?\d+)?$/);

{
"name": "modl-parser",
"version": "0.1.9",
"version": "0.1.10",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc