@ts-common/source-map
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -63,3 +63,3 @@ "use strict"; | ||
} | ||
propertySet.forEach(result, (k, v) => { | ||
propertySet.forEach(result, (v, k) => { | ||
const sourceValue = source[k]; | ||
@@ -66,0 +66,0 @@ const vv = v; |
{ | ||
"name": "@ts-common/source-map", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Source Map", | ||
@@ -46,5 +46,5 @@ "main": "index.js", | ||
"@ts-common/json": "0.0.11", | ||
"@ts-common/property-set": "0.0.6", | ||
"@ts-common/property-set": "0.0.7", | ||
"@ts-common/string-map": "0.0.11" | ||
} | ||
} |
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
+ Added@ts-common/property-set@0.0.7(transitive)
- Removed@ts-common/property-set@0.0.6(transitive)