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.10 to 0.3.11

dist/src/preprocessor.d.ts

1

dist/index.d.ts
export * from './src/parser';
export * from './src/tokeniser';
export * from './src/preprocessor';

@@ -19,1 +19,2 @@ "use strict";

__exportStar(require("./src/tokeniser"), exports);
__exportStar(require("./src/preprocessor"), exports);

2

dist/src/tokeniser.d.ts

@@ -27,2 +27,2 @@ export interface TokeniserContext {

export declare function tokeniseNext(context: TokeniserContext): TokenAndContext;
export declare function tokenise(path: string): Token[];
export declare const tokenise: (path: string) => Token[];

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

exports.tokeniseNext = tokeniseNext;
function tokenise(path) {
const tokenise = (path) => {
var context = {

@@ -47,3 +47,3 @@ path,

}
}
};
exports.tokenise = tokenise;
{
"name": "@dbpath/pathparser",
"description": "",
"version": "0.3.10",
"version": "0.3.11",
"main": "dist/index",

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

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

@@ -25,0 +25,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