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 0.3.1 to 0.3.2

4

bin/run.js
#! /usr/bin/env node
var server = require('../dist/serve.js');
server
var { startService } = require('../dist/serve.js');
startService({ port: 3000, cors: true });

@@ -78,4 +78,3 @@ "use strict";

}
// createApi(options);
serve_1.startService(options);
//# sourceMappingURL=cli.js.map
{
"name": "rest-easy-loki",
"version": "0.3.1",
"version": "0.3.2",
"description": "A REST interface for lokijs supporting CRUD operations and automatic creation of new collections.",

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

Sorry, the diff of this file is not supported yet

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