You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/helper-string-parser

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-string-parser - npm Package Compare versions

Comparing version
8.0.0-beta.3
to
8.0.0-beta.4
+0
-12
lib/index.d.ts

@@ -14,14 +14,2 @@ type StringContentsErrorHandlers = EscapedCharErrorHandlers & {

curLine: number;
containsInvalid?: undefined;
} | {
pos: number;
str: string;
firstInvalidLoc: {
pos: number;
lineStart: number;
curLine: number;
};
lineStart: number;
curLine: number;
containsInvalid: boolean;
};

@@ -28,0 +16,0 @@ type EscapedCharErrorHandlers = HexCharErrorHandlers & CodePointErrorHandlers & {

+1
-1
{
"name": "@babel/helper-string-parser",
"version": "8.0.0-beta.3",
"version": "8.0.0-beta.4",
"description": "A utility package to parse strings",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet