Comparing version 3.3.0 to 3.4.0
@@ -23,3 +23,3 @@ 'use strict'; | ||
if (!value || typeof value !== 'object') { | ||
if (!value || typeof value !== 'object' || value instanceof Date) { | ||
return value; | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "gawk", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Observable JavaScript object model", | ||
@@ -26,10 +26,10 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"source-map-support": "^0.4.11" | ||
"source-map-support": "^0.4.14" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^7.1.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", | ||
"babel-eslint": "^7.2.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0", | ||
"chai": "^3.5.0", | ||
"codeclimate-test-reporter": "^0.4.1", | ||
"coveralls": "^2.11.16", | ||
"coveralls": "^2.12.0", | ||
"del": "^2.2.2", | ||
@@ -49,4 +49,4 @@ "esdoc-es7-plugin": "^0.0.3", | ||
"gulp-sourcemaps": "^2.4.1", | ||
"sinon": "^1.17.7", | ||
"sinon-chai": "^2.8.0" | ||
"sinon": "^2.1.0", | ||
"sinon-chai": "^2.9.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "homepage": "https://github.com/cb1kenobi/gawk", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169786
Updatedsource-map-support@^0.4.14