New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@minatojs/driver-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/driver-sqlite - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

6

lib/index.js

@@ -23,2 +23,3 @@ "use strict";

switch (type) {
case 'boolean':
case 'integer':

@@ -63,2 +64,7 @@ case 'unsigned':

this.caster.register({
types: ['boolean'],
dump: value => +value,
load: (value) => !!value,
});
this.caster.register({
types: ['json'],

@@ -65,0 +71,0 @@ dump: value => JSON.stringify(value),

6

package.json
{
"name": "@minatojs/driver-sqlite",
"version": "1.0.6",
"version": "1.1.0",
"description": "SQLite Driver for Cosmotype",

@@ -28,6 +28,6 @@ "main": "lib/index.js",

"peerDependencies": {
"minato": "^1.0.10"
"minato": "^1.1.0"
},
"devDependencies": {
"@minatojs/tests": "^1.0.1",
"@minatojs/tests": "^1.1.0",
"@types/better-sqlite3": "^7.5.0"

@@ -34,0 +34,0 @@ },

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