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

@agoric/evaluate

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/evaluate - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

11

CHANGELOG.md

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

6

package.json
{
"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

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