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

aca.ts

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aca.ts - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

2

dist/libs/sql-diff.js

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

type(dbName) {
return `ALTER TABLE ${qPrefix}${table}${qName} ALTER COLUMN ${qName}${column}${qName} TYPE ${qName}${dbName}${qName}`;
return `ALTER TABLE ${qPrefix}${table}${qName} ALTER COLUMN ${qName}${column}${qName} TYPE ${dbName}`;
},

@@ -458,0 +458,0 @@ notNull(action) {

@@ -240,4 +240,4 @@ "use strict";

/*******************************下面这些根据需要自行填写************************ */
// 填写后端服务器的地址,注意:部署到生产环境时,一定要改成生产环境的地址
/*******************************下面这些根据需要自行填写************************ */
const url = 'http://localhost:8080'

@@ -244,0 +244,0 @@

{
"name": "aca.ts",
"version": "0.0.44",
"version": "0.0.45",
"description": "Aca.ts is a node.js CLI based on Typescript and Knex.js. It could automatically syncs database schema according to a custom ORM. It could also automatically generates APIs for accessing the database. More importantly, it automatically creates frontend APIs through backend functions and the generated database APIs (like RPC), so frontend developers can easily access the backend without defining routing. The APIs is typescript, tips are very friendly when coding.",

@@ -5,0 +5,0 @@ "keywords": [

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