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

leaf-converter

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaf-converter - npm Package Compare versions

Comparing version 1.9.2 to 1.9.3

5

CHANGELOG.md

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

<a name="1.9.3"></a>
## [1.9.3](https://github.com/forsigner/leaf-converter/compare/v1.9.2...v1.9.3) (2018-02-01)
<a name="1.9.2"></a>

@@ -7,0 +12,0 @@ ## [1.9.2](https://github.com/forsigner/leaf-converter/compare/v1.9.1...v1.9.2) (2018-02-01)

4

lib/constant.js
'use strict';
exports.keywords = ['maxLength', 'minLength', 'pattern', 'enum', 'minimum', 'maximum', 'required', 'maxProperties', 'minProperties', 'additionalProperties', 'minItems', 'maxItems', 'uniqueItems'];
exports.keywords = ['maxLength', 'minLength', 'pattern', 'enum', 'minimum', 'maximum',
// 'required',
'maxProperties', 'minProperties', 'additionalProperties', 'minItems', 'maxItems', 'uniqueItems'];
exports.numKeywords = ['maxLength', 'minLength', 'minimum', 'maximum', 'maxProperties', 'minProperties', 'minItems', 'maxItems'];

@@ -34,3 +34,3 @@ 'use strict';

var tmp = ['`/**'];
var tmp = ['/**'];
keywords.forEach(function (word) {

@@ -40,3 +40,3 @@ if (!properties[key][word]) return;

});
tmp.push('*/`');
tmp.push('*/');

@@ -43,0 +43,0 @@ if (tmp.length > 2) {

{
"name": "leaf-converter",
"description": "",
"version": "1.9.2",
"version": "1.9.3",
"main": "lib/index.js",

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

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