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

@dbpath/tables

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/tables - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/src/sql2.spec.d.ts

2

dist/src/sql2.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sqlFor = void 0;
const types_1 = require("@dbpath/types");
const mapOverPath = (p, fn) => (0, types_1.isLinkInPath)(p) ? [fn(p), ...mapOverPath(p.previousLink, fn)] : [fn(p)];
function sqlFor(p) {
}
exports.sqlFor = sqlFor;

7

package.json
{
"name": "@dbpath/tables",
"description": "",
"version": "0.2.3",
"version": "0.2.4",
"main": "dist/index",

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

"dependencies": {
"@dbpath/utils": "0.2.3",
"@dbpath/types": "0.2.3"
"@dbpath/utils": "0.2.4",
"@dbpath/types": "0.2.4",
"@dbpath/fixtures": "0.2.4"
},

@@ -24,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