Socket
Socket
Sign inDemoInstall

libsql-stateless

Package Overview
Dependencies
0
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.6 to 2.8.0-alpha.1

dist/functions.d.ts

21

package.json
{
"name": "libsql-stateless",
"version": "2.7.6",
"version": "2.8.0-alpha.1",
"homepage": "https://github.com/DaBigBlob/libsql-stateless#readme",

@@ -19,5 +19,5 @@ "repository": {

".": {
"types": "./lib-esm/main.d.ts",
"import": "./lib-esm/main.js",
"require": "./lib-cjs/main.js"
"types": "./dist/main.d.ts",
"import": "./dist/main.js",
"require": "./dist/main.js"
}

@@ -31,4 +31,3 @@ },

"files": [
"lib-cjs/**",
"lib-esm/**"
"./dist/**"
],

@@ -53,7 +52,4 @@ "keywords": [

"prepublishOnly": "npm run build",
"prebuild": "rm -rf ./lib-cjs ./lib-esm",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.build-cjs.json",
"build:esm": "tsc -p tsconfig.build-esm.json",
"postbuild": "cp package-cjs.json ./lib-cjs/package.json",
"prebuild": "rm -rf ./dist",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit",

@@ -63,6 +59,7 @@ "test": "bun run _tests/test2.ts",

"clean": "npm run prebuild",
"build:clean": "npm run clean && npm run build",
"prod": "npm publish && npm run clean"
},
"type": "module",
"types": "lib-esm/main.d.ts"
"types": "./dist/main.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc