Socket
Socket
Sign inDemoInstall

character-parser

Package Overview
Dependencies
0
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

4

lib/index.js

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

}
var State = (function () {
var State = /** @class */ (function () {
function State() {

@@ -295,3 +295,3 @@ this.stack = [];

case 33: // !
case 61:// =
case 61: // =
return true;

@@ -298,0 +298,0 @@ default:

{
"name": "character-parser",
"version": "3.0.0",
"version": "3.1.0",
"description": "Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.",

@@ -36,8 +36,6 @@ "main": "lib/index.js",

"istanbul": "~0.4.5",
"testit": "~2.1.3",
"testit": "~3.0.0",
"typescript": "^2.4.0"
},
"dependencies": {
"@types/node": "^7.0.31"
}
"dependencies": {}
}

@@ -73,3 +73,3 @@ # character-parser

Parses the source until the first occurence of `delimiter` which is not in a string or a comment.
Parses the source until the first occurrence of `delimiter` which is not in a string or a comment.

@@ -76,0 +76,0 @@ If `ignoreLineComment` is `true`, it will still count if the delimiter occurs in a line comment.

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