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

croxydb

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croxydb - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

adapters/sqlitedb.js

24

index.js

@@ -41,3 +41,7 @@ const langs = ["tr", "en"];

return this.adapter.get(db);
try {
return this.adapter.get(db);
} catch(err) {
return undefined;
}

@@ -52,3 +56,7 @@ }

return this.adapter.get(db);
try {
return this.adapter.get(db);
} catch(err) {
return undefined;
}

@@ -63,3 +71,7 @@ }

return this.adapter.get(db) ? true : false;
try {
return this.adapter.get(db) ? true : false;
} catch(err) {
return false;
}

@@ -74,3 +86,7 @@ }

return this.adapter.delete(db);
try {
return this.adapter.delete(db);
} catch (err) {
return false;
}

@@ -77,0 +93,0 @@ }

19

package.json
{
"name": "croxydb",
"version": "0.0.3",
"author": {
"name": "CroxyTheDev"
},
"bugs": {
"url": "https://github.com/CroxyTheDev/croxydb/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "a JSON/YAML/LocalStorage database module",
"main": "index.js",
"homepage": "https://github.com/CroxyTheDev/croxydb#readme",
"keywords": [

@@ -23,3 +29,5 @@ "croxy",

],
"bundleDependencies": false,
"license": "MIT",
"main": "index.js",
"name": "croxydb",
"repository": {

@@ -29,4 +37,3 @@ "type": "git",

},
"author": "CroxyTheDev",
"license": "MIT"
"version": "0.0.4"
}
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