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

@jalik/deep-extend

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/deep-extend - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

src/index.js

3

CHANGELOG.md
# Changelog
## v1.1.0
- Lib available in ES6+ syntax (see `src` folder) to enable auto-completion in IDEs
## v1.0.2

@@ -4,0 +7,0 @@ - Updates dependencies

2

dist/index.js

@@ -13,3 +13,3 @@ "use strict";

*
* Copyright (c) 2018 Karl STEIN
* Copyright (c) 2019 Karl STEIN
*

@@ -16,0 +16,0 @@ * Permission is hereby granted, free of charge, to any person obtaining a copy

The MIT License (MIT)
Copyright (c) 2018 Karl STEIN
Copyright (c) 2019 Karl STEIN

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@jalik/deep-extend",
"version": "1.0.2",
"version": "1.1.0",
"description": "A utility to merge deep objects.",

@@ -33,15 +33,14 @@ "license": "MIT",

},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"acorn": "^6.0.5",
"ajv": "^6.7.0",
"@babel/preset-env": "^7.3.1",
"acorn": "^6.0.7",
"ajv": "^6.8.1",
"babel-core": "^7.0.0-bridge.0",
"del": "^3.0.0",
"eslint": "^5.12.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",

@@ -51,4 +50,4 @@ "gulp": "^4.0.0",

"gulp-eslint": "^5.0.0",
"jest": "^23.6.0"
"jest": "^24.1.0"
}
}
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