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

@endo/init

Package Overview
Dependencies
Maintainers
5
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.4 to 1.1.5

debug.d.ts.map

27

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

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

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

@@ -33,18 +33,22 @@ "test:xs": "exit 0",

"devDependencies": {
"@endo/compartment-mapper": "^1.2.2",
"@endo/compartment-mapper": "^1.3.0",
"ava": "^6.1.3",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"dependencies": {
"@endo/base64": "^1.0.7",
"@endo/eventual-send": "^1.2.5",
"@endo/lockdown": "^1.0.10",
"@endo/promise-kit": "^1.1.5"
"@endo/base64": "^1.0.8",
"@endo/eventual-send": "^1.2.6",
"@endo/lockdown": "^1.0.11",
"@endo/promise-kit": "^1.1.6"
},
"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"dist",
"lib",
"src",
"*.js",
"*.ts"
"tools"
],

@@ -64,3 +68,2 @@ "repository": {

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

@@ -83,3 +86,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