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

@agoric/evaluate

Package Overview
Dependencies
Maintainers
4
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.0.0 to 2.1.0

4

package.json
{
"name": "@agoric/evaluate",
"version": "2.0.0",
"version": "2.1.0",
"description": "(unsafe) three-argument evaluator function",

@@ -29,3 +29,3 @@ "main": "src/main.js",

"dependencies": {
"@agoric/default-evaluate-options": "^0.2.1",
"@agoric/default-evaluate-options": "^0.2.3",
"esm": "^3.2.5"

@@ -32,0 +32,0 @@ },

@@ -6,2 +6,6 @@ import makeDefaultEvaluateOptions from '@agoric/default-evaluate-options';

// Evaluate any shims, globally!
if (typeof globalThis === 'undefined') {
const myGlobal = typeof window === 'undefined' ? global : window;
myGlobal.globalThis = myGlobal;
}
// eslint-disable-next-line no-eval

@@ -8,0 +12,0 @@ (makerOptions.shims || []).forEach(shim => (1, eval)(shim));

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