Socket
Socket
Sign inDemoInstall

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.4 to 0.1.5

2

dist/MODLTokeniser.js

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

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var MODLParser_1 = require("./MODLParser");
var modl = MODLParser_1.parseModl('["a=[];()b"="c=[];()d"]');
var MODLTokeniser_1 = require("./MODLTokeniser");
var tests = 'test=%`missing`';
var modl = MODLTokeniser_1.tokeniser(tests);
console.log(JSON.stringify(modl));
//# sourceMappingURL=Scratch.js.map
{
"name": "modl-parser",
"version": "0.1.4",
"version": "0.1.5",
"description": "A MODL parser in TypeScript",

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

Sorry, the diff of this file is not supported yet

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