ts-deepmerge
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ { | ||
"license": "ISC", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "typescript", |
@@ -21,3 +21,4 @@ TypeScript Deep Merge | ||
b: { | ||
b: 2 | ||
b: 2, | ||
c: 2 | ||
} | ||
@@ -28,4 +29,3 @@ }; | ||
a: { | ||
a: 3, | ||
b: 3 | ||
a: 3 | ||
}, | ||
@@ -43,3 +43,4 @@ c: 3 | ||
"a": 3, | ||
"b": 3 | ||
"b": 2, | ||
"c": 2 | ||
}, | ||
@@ -46,0 +47,0 @@ "b": { |
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
4164
50