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

rest-easy-loki

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-easy-loki - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

9

dist/api.js

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

const fs = __importStar(require("fs"));
const zlib = __importStar(require("zlib"));
const koa_1 = __importDefault(require("koa"));

@@ -59,3 +60,9 @@ const koa_body_1 = __importDefault(require("koa-body"));

// api.use(cors({ credentials: true }));
api.use(koa_compress_1.default());
api.use(koa_compress_1.default({
br: {
params: {
[zlib.constants.BROTLI_PARAM_QUALITY]: 3,
},
},
}));
}

@@ -62,0 +69,0 @@ const ss = config.io ? socket_service_1.createSocketService(api) : undefined;

2

package.json
{
"name": "rest-easy-loki",
"version": "1.2.0",
"version": "1.2.1",
"description": "A REST interface for lokijs supporting CRUD operations and automatic creation of new collections.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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