New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dbpath/pathparser

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/pathparser - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

dist/src/path.parser.d.ts

3

dist/index.d.ts

@@ -1,3 +0,2 @@

export * from './src/parser';
export * from './src/tokeniser';
export * from './src/path.parser';
export * from './src/preprocessor';

@@ -17,4 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./src/parser"), exports);
__exportStar(require("./src/tokeniser"), exports);
__exportStar(require("./src/path.parser"), exports);
__exportStar(require("./src/preprocessor"), exports);
{
"name": "@dbpath/pathparser",
"description": "",
"version": "0.3.11",
"version": "0.3.12",
"main": "dist/index",

@@ -20,5 +20,6 @@ "types": "dist/index",

"dependencies": {
"@dbpath/types": "0.3.11",
"@dbpath/utils": "0.3.11",
"@dbpath/fixtures": "0.3.11"
"@dbpath/types": "0.3.12",
"@dbpath/utils": "0.3.12",
"@dbpath/parser": "0.3.12",
"@dbpath/fixtures": "0.3.12"
},

@@ -25,0 +26,0 @@ "devDependencies": {

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