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

@endo/eventual-send

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/eventual-send - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

shim.d.ts.map

23

package.json
{
"name": "@endo/eventual-send",
"version": "1.2.5",
"version": "1.2.6",
"description": "Extend a Promise class to implement the eventual-send API",

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

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

@@ -40,10 +40,10 @@ "lint-check": "yarn lint",

"dependencies": {
"@endo/env-options": "^1.1.6"
"@endo/env-options": "^1.1.7"
},
"devDependencies": {
"@endo/lockdown": "^1.0.10",
"@endo/lockdown": "^1.0.11",
"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"
},

@@ -55,7 +55,11 @@ "keywords": [

"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"dist",
"lib",
"src",
"*.js",
"*.ts"
"tools"
],

@@ -72,3 +76,2 @@ "eslintConfig": {

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

@@ -81,3 +84,3 @@ ],

},
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
}
/* eslint-disable @endo/no-polymorphic-call, import/no-extraneous-dependencies, no-restricted-globals */
import { expectType } from 'tsd';
import { E } from '../test/get-hp.js';
import { E } from '../test/_get-hp.js';
import type { ERef, FarRef } from './exports.js';

@@ -5,0 +5,0 @@

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