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

json-schema-defaults

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-defaults - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

bower.json
{
"name": "json-schema-defaults",
"main": "index.js",
"version": "0.0.1",
"version": "0.0.2",
"authors": [

@@ -6,0 +6,0 @@ "Chute <hello@getchute.com>"

@@ -0,1 +1,9 @@

<a name="0.0.2"></a>
### 0.0.2 (2014-05-04)
#### Bug Fixes
* dont skip falsy values ([412e7613](http://github.com/chute/json-schema-defaults/commit/412e761359594642bbd9f4f75e600a257314b9a1))
<a name="0.0.1"></a>

@@ -2,0 +10,0 @@ ### 0.0.1 (2014-04-28)

@@ -30,3 +30,3 @@ (function(root, factory) {

if (schema['default']) {
if (typeof schema['default'] !== 'undefined') {

@@ -33,0 +33,0 @@ return schema['default'];

{
"name": "json-schema-defaults",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate JSON object from default values in JSON Schema",

@@ -26,5 +26,2 @@ "homepage": "https://github.com/chute/grunt-json-schema-defaults",

"license": "MIT",
"ignore": [
"test"
],
"devDependencies": {

@@ -31,0 +28,0 @@ "karma": "~0.12.14",

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