@agoric/evaluate
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.2.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/evaluate@2.2.5...@agoric/evaluate@2.2.6) (2020-05-17) | ||
### Bug Fixes | ||
* make output from bundleSource correspond to source map lines ([c1ddd4a](https://github.com/Agoric/agoric-sdk/commit/c1ddd4a0a27de9561b3bd827213562d9741e61a8)) | ||
## [2.2.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/evaluate@2.2.4...@agoric/evaluate@2.2.5) (2020-05-10) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/evaluate", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "(unsafe) three-argument evaluator function", | ||
@@ -21,3 +21,3 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"@agoric/default-evaluate-options": "^0.3.5", | ||
"@agoric/default-evaluate-options": "^0.3.6", | ||
"esm": "^3.2.5" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "41e9cd4b0475b0b0cc461e9c54c5dbec82994e3c" | ||
"gitHead": "4cbbf2146ff4b47eaffd1bdf22f3fde8f184cc38" | ||
} |
@@ -103,2 +103,4 @@ /* global window */ | ||
// console.log('##### evaluate ######\n${src}\n###### end evaluate #####'); | ||
// The eval below is indirect, so that we are only in the global scope. | ||
@@ -105,0 +107,0 @@ // eslint-disable-next-line no-eval |
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
24317
138