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

@endo/init

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/init - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

24

package.json
{
"name": "@endo/init",
"version": "1.1.2",
"version": "1.1.3",
"description": "Prepare Endo environment on import",

@@ -22,4 +22,4 @@ "type": "module",

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

@@ -33,10 +33,11 @@ "test:xs": "exit 0",

"devDependencies": {
"@endo/compartment-mapper": "^1.1.5",
"ava": "^6.1.2"
"@endo/compartment-mapper": "^1.2.0",
"ava": "^6.1.3",
"typescript": "5.5.2"
},
"dependencies": {
"@endo/base64": "^1.0.5",
"@endo/eventual-send": "^1.2.2",
"@endo/lockdown": "^1.0.7",
"@endo/promise-kit": "^1.1.2"
"@endo/base64": "^1.0.6",
"@endo/eventual-send": "^1.2.3",
"@endo/lockdown": "^1.0.8",
"@endo/promise-kit": "^1.1.3"
},

@@ -63,3 +64,4 @@ "files": [

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

@@ -81,3 +83,3 @@ },

},
"gitHead": "08e59bc0d262565165636c2e3875bbe3dcb91cf8"
"gitHead": "681b813ccb1fa177905dabf2ed3f5f248cb33ce7"
}
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