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

esrap

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esrap - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

package.json
{
"name": "esrap",
"version": "1.4.2",
"version": "1.4.3",
"description": "Parse in reverse",

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

@@ -132,2 +132,4 @@ /** @import { TSESTree } from '@typescript-eslint/types' */

out += '\\n';
} else if (c === '\r') {
out += '\\r';
} else {

@@ -134,0 +136,0 @@ out += c;

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