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

@endo/marshal

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/marshal - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

37

package.json
{
"name": "@endo/marshal",
"version": "1.5.3",
"version": "1.5.4",
"description": "marshal: encoding and deconding of Passable subgraphs",

@@ -17,3 +17,3 @@ "type": "module",

"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*'",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"test": "ava",

@@ -45,26 +45,28 @@ "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",

"dependencies": {
"@endo/common": "^1.2.5",
"@endo/errors": "^1.2.5",
"@endo/eventual-send": "^1.2.5",
"@endo/nat": "^5.0.10",
"@endo/pass-style": "^1.4.3",
"@endo/promise-kit": "^1.1.5"
"@endo/common": "^1.2.6",
"@endo/errors": "^1.2.6",
"@endo/eventual-send": "^1.2.6",
"@endo/nat": "^5.0.11",
"@endo/pass-style": "^1.4.4",
"@endo/promise-kit": "^1.1.6"
},
"devDependencies": {
"@endo/init": "^1.1.4",
"@endo/lockdown": "^1.0.10",
"@endo/ses-ava": "^1.2.5",
"@endo/init": "^1.1.5",
"@endo/lockdown": "^1.0.11",
"@endo/ses-ava": "^1.2.6",
"@fast-check/ava": "^1.1.5",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"NEWS*",
"dist",
"lib",
"src",
"*.js",
"*.ts",
"*.map"
"tools"
],

@@ -81,3 +83,2 @@ "eslintConfig": {

"files": [
"test/**/test-*.*",
"test/**/*.test.*"

@@ -90,3 +91,3 @@ ],

},
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
}
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