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

@endo/common

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/common - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

apply-labeling-error.d.ts.map

31

package.json
{
"name": "@endo/common",
"version": "1.2.5",
"version": "1.2.6",
"description": "common low level utilities",

@@ -33,3 +33,3 @@ "keywords": [],

"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*'",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"lint": "yarn lint:types && yarn lint:eslint",

@@ -45,20 +45,24 @@ "lint-check": "yarn lint",

"dependencies": {
"@endo/errors": "^1.2.5",
"@endo/eventual-send": "^1.2.5",
"@endo/promise-kit": "^1.1.5"
"@endo/errors": "^1.2.6",
"@endo/eventual-send": "^1.2.6",
"@endo/promise-kit": "^1.1.6"
},
"devDependencies": {
"@endo/lockdown": "^1.0.10",
"@endo/ses-ava": "^1.2.5",
"@endo/lockdown": "^1.0.11",
"@endo/ses-ava": "^1.2.6",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
"typescript": "~5.6.1-rc"
"tsd": "^0.31.2",
"typescript": "~5.6.2"
},
"files": [
"*.js",
"*.ts",
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"src"
"dist",
"lib",
"src",
"tools"
],

@@ -75,3 +79,2 @@ "publishConfig": {

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

@@ -81,3 +84,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