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.2.26 to 1.2.30

lib/compilers.d.ts

62

package.json
{
"name": "@spinajs/orm-sqlite",
"version": "1.2.26",
"description": "> TODO: description",
"author": "Grzegorz Beń <grzegorz.ben@coderush.pl>",
"homepage": "https://github.com/spinajs/main#readme",
"license": "ISC",
"main": "lib/orm-sqlite.js",
"directories": {
"lib": "lib",
"test": "__tests__"
"version": "1.2.30",
"description": "framework orm sql-lite language module",
"main": "lib/index.js",
"private": false,
"scripts": {
"build": "npm run clean && npm run compile",
"compile": "tsc -p tsconfig.build.json",
"clean": "",
"test": "ts-mocha -p tsconfig.json test/**/*.test.ts",
"coverage": "nyc npm run test",
"build-docs": "rimraf docs && typedoc --options typedoc.json src/",
"prepare": "npm run build",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint -c .eslintrc.js --ext .ts src --fix",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib"
"lib/**/*"
],
"publishConfig": {
"access": "public"
},
"types": "lib",
"repository": {

@@ -23,9 +30,30 @@ "type": "git",

},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"keywords": [
"di",
"container",
"spinajs",
"di"
],
"author": "SpinaJS <spinajs@coderush.pl> (https://github.com/spinajs/main)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spinajs/main/issues"
},
"gitHead": "db0a4879ea356c677f78938201ddf93e032e1e63"
"homepage": "https://github.com/spinajs/main#readme",
"dependencies": {
"@spinajs/configuration": "^1.2.30",
"@spinajs/di": "^1.2.30",
"@spinajs/exceptions": "^1.0.3",
"@spinajs/log": "^1.2.30",
"@spinajs/orm": "^1.2.30",
"@spinajs/orm-sql": "^1.2.30",
"lodash": "^4.17.15",
"luxon": "^2.3.0",
"sqlite3": "^4.2.0",
"typescript-mix": "^3.1.3"
},
"devDependencies": {
"@types/sqlite3": "^3.1.5"
},
"gitHead": "06aef45008bf43baf2d1a91917a1a1eaa23a15cc"
}
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