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

okoze

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

okoze - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

dist/package.json
{
"name": "okoze",
"description": "Okoze is stub server that returns a response using a snapshot of the real server's response.",
"version": "0.1.10",
"version": "0.1.11",
"repository": "https://github.com/mya-ake/okoze.git",

@@ -6,0 +6,0 @@ "bugs": {

@@ -36,3 +36,3 @@ "use strict";

if (process.env.OKOZE_DEBUG === 'true') {
consola_1.default.debug(response);
consola_1.default.info(response);
}

@@ -43,3 +43,3 @@ return response;

if (process.env.OKOZE_DEBUG === 'true') {
consola_1.default.debug(err);
consola_1.default.info(err);
}

@@ -46,0 +46,0 @@ return err.response || {};

@@ -11,5 +11,5 @@ "use strict";

const { method, url } = req;
consola_1.default.debug(`${method} ${path_1.join(baseURL, url)}`);
consola_1.default.info(`${method} ${path_1.join(baseURL, url)}`);
next();
};
};
{
"name": "okoze",
"description": "Okoze is stub server that returns a response using a snapshot of the real server's response.",
"version": "0.1.11",
"version": "0.1.12",
"repository": "https://github.com/mya-ake/okoze.git",

@@ -6,0 +6,0 @@ "bugs": {

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