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

santuy

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

santuy - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

dist/bin/database.mjs

2

dist/index.d.ts
export * from './types/type'
export * from './config/database.js'
export * from './config/database'

@@ -4,0 +4,0 @@ export * from './api/commit'

export * from './types/type'
export * from './config/database.js'
export * from './config/database'

@@ -4,0 +4,0 @@ export * from './api/commit'

{
"name": "santuy",
"version": "1.6.3",
"version": "1.6.4",
"description": "Santuy is a nextjs framework and SQL for auto generate data from model",

@@ -8,3 +8,2 @@ "scripts": {

},
"type": "module",
"main": "dist/index.ts",

@@ -14,10 +13,5 @@ "typings": "dist/index.d.ts",

"dist",
"api",
"api/*.ts",
"cli",
"cli/*.ts",
"cli/*.js",
"README.md",
"index.ts",
"index.d.ts"
"index.d.ts",
"README.md"
],

@@ -46,3 +40,3 @@ "keywords": [

"bin": {
"santuy": "dist/bin/index.js"
"santuy": "dist/bin/index.mjs"
},

@@ -49,0 +43,0 @@ "dependencies": {

@@ -58,6 +58,6 @@ # Santuy

```
#### users.js:
#### users.mjs:
```js
//model users (file: santuy/models/users.js)
//model users (file: santuy/models/users.mjs)

@@ -115,5 +115,5 @@ const UsersModel = {

```
#### categories.js:
#### categories.mjs:
```js
//model categories (file: santuy/models/categories.js)
//model categories (file: santuy/models/categories.mjs)
const CategoriesModel = {

@@ -144,5 +144,5 @@ name: 'categories',

```
#### products.js:
#### products.mjs:
```js
//model products (file: santuy/models/products.js)
//model products (file: santuy/models/products.mjs)
const ProductsModel = {

@@ -149,0 +149,0 @@ name: 'products',

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