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

@dbpath/parser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/parser - npm Package Compare versions

Comparing version 0.3.14 to 0.3.15

2

dist/src/parser.js

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

let token = tokens[pos++];
return (token === null || token === void 0 ? void 0 : token.type) === 'char' && token.value === ch
return token.value === ch
? { result: ch, context: Object.assign(Object.assign({}, c), { pos }) }

@@ -52,0 +52,0 @@ : liftError(c, [`Expected ${ch} ${gotForError(c)}`]);

{
"name": "@dbpath/parser",
"description": "",
"version": "0.3.14",
"version": "0.3.15",
"main": "dist/index",

@@ -6,0 +6,0 @@ "types": "dist/index",

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