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

egg-leaf

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

egg-leaf - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

3

app/middleware/leaf.js

@@ -6,4 +6,3 @@ 'use strict';

const fs = require('fs');
const mdToSchema = require('md-to-schema');
const schemaToObject = require('schema-to-object');
const { schemaToObject, mdToSchema } = require('leaf-converter');
const Mock = require('mockjs');

@@ -10,0 +9,0 @@

@@ -5,2 +5,12 @@ # Change Log

<a name="1.5.0"></a>
# [1.5.0](https://github.com/eggjs/egg-leaf/compare/v1.4.1...v1.5.0) (2018-01-02)
### Features
* use leaf-converter ([47afc54](https://github.com/eggjs/egg-leaf/commit/47afc54))
<a name="1.4.1"></a>

@@ -7,0 +17,0 @@ ## [1.4.1](https://github.com/eggjs/egg-leaf/compare/v1.4.0...v1.4.1) (2018-01-02)

{
"name": "egg-leaf",
"version": "1.4.1",
"version": "1.5.0",
"description": "Mock server for egg",

@@ -16,5 +16,4 @@ "eggPlugin": {

"chalk": "^2.1.0",
"md-to-schema": "^1.3.3",
"mockjs": "^1.0.1-beta3",
"schema-to-object": "^1.2.0"
"leaf-converter": "^1.0.0",
"mockjs": "^1.0.1-beta3"
},

@@ -21,0 +20,0 @@ "devDependencies": {

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