New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/swingset-vat

Package Overview
Dependencies
Maintainers
3
Versions
2767
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/swingset-vat - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

node_modules/@agoric/evaluate/agoric-evaluate-0.0.1.tgz

16

package.json
{
"name": "@agoric/swingset-vat",
"version": "0.0.1",
"version": "0.0.3",
"description": "Vat/Container Launcher",
"main": "src/main.js",
"module": "src/index.js",

@@ -14,2 +15,5 @@ "engines": {

"build-kernel": "node -r esm scripts/build-kernel.js",
"pack-evaluate": "cd agoric-evaluate && npm pack",
"pack": "npm run-script build-kernel && npm pack",
"publish": "npm run-script pack && npm publish --access public",
"test": "npm run-script build-kernel && tape -r esm test/test-node-version.js && tape -r esm test/**/test*.js",

@@ -36,3 +40,3 @@ "pretty-fix": "prettier --write '**/*.{js,jsx}'",

"dependencies": {
"@agoric/evaluate": "./agoric-evaluate",
"@agoric/evaluate": "file:./agoric-evaluate/agoric-evaluate-0.0.1.tgz",
"@agoric/harden": "^0.0.4",

@@ -45,2 +49,10 @@ "@agoric/nat": "^2.0.0",

},
"bundledDependencies": [
"@agoric/evaluate"
],
"files": [
"bin/vat",
"src/**/*.js",
"src/bundles/kernel"
],
"repository": {

@@ -47,0 +59,0 @@ "type": "git",

.eslintignore
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