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

@spinajs/orm-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/orm-sqlite - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

3

lib/index.js

@@ -132,5 +132,6 @@ "use strict";

const indices = indexInfo.map((i) => {
var _a;
return {
table: i.tbl_name,
column_name: i.sql.match(re)[0]
column_name: (_a = i.sql) === null || _a === void 0 ? void 0 : _a.match(re)[0]
};

@@ -137,0 +138,0 @@ });

{
"name": "@spinajs/orm-sqlite",
"version": "1.0.17",
"version": "1.0.18",
"description": "SpinaJS orm sqlite support. Contains sqlite driver.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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