New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

skhema

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skhema - npm Package Compare versions

Comparing version 5.2.7 to 5.2.8-uniq-enums-2f8725cde8fc23de39346860a4fc283ada408eab

4

CHANGELOG.md

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

## 5.2.8 - 2019-11-27
* Ensure values in "enum" are unique [Juan Cruz Viotti]
## 5.2.7 - 2019-11-27

@@ -9,0 +13,0 @@

@@ -1172,2 +1172,7 @@ /*

}
if (key === 'enum') {
return uniq(sourceValue)
}
if (key === 'additionalProperties') {

@@ -1242,2 +1247,7 @@ if (isUndefined(sourceValue) &&

}
if (key === 'enum') {
return uniq(sourceValue)
}
if (key === 'additionalProperties') {

@@ -1244,0 +1254,0 @@ if (isUndefined(sourceValue) &&

2

package.json
{
"name": "skhema",
"version": "5.2.7",
"version": "5.2.8-uniq-enums-2f8725cde8fc23de39346860a4fc283ada408eab",
"description": "JSON Schema utility collection",

@@ -5,0 +5,0 @@ "main": "lib/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