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

gawk

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gawk - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

2

dist/index.js

@@ -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

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