@endo/promise-kit 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/SECURITY.md +2 -2
  3. package/package.json +7 -8
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright 2021 Endo Contributors
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/SECURITY.md CHANGED
@@ -8,9 +8,9 @@ be made for the most recent branch only.
8
8
 
9
9
  ## Coordinated Vulnerability Disclosure of Security Bugs
10
10
 
11
- SES stands for fearless cooperation, and strong security requires strong collaboration with security researchers. If you believe that you have found a security sensitive bug that should not be disclosed until a fix has been made available, we encourage you to report it. To report a bug in HardenedJS, you have several options that include:
11
+ SES stands for fearless cooperation, and strong security requires strong collaboration with security researchers. If you believe that you have found a security sensitive bug that should not be disclosed until a fix has been made available, we encourage you to report it. To report a bug in HardenedJS, you have several options that include:
12
12
 
13
- * Reporting the issue to the [Agoric HackerOne vulnerability rewards program](https://hackerone.com/agoric).
13
+ * Reporting the issue to the [Agoric HackerOne vulnerability rewards program](https://hackerone.com/agoric).
14
14
 
15
15
  * Sending an email to security at (@) agoric.com., encrypted or unencrypted. To encrypt, please use @Warner’s personal GPG key [A476E2E6 11880C98 5B3C3A39 0386E81B 11CAA07A](http://www.lothar.com/warner-gpg.html) .
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@endo/promise-kit",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Helper for making promises",
5
5
  "keywords": [
6
6
  "promise"
@@ -30,7 +30,6 @@
30
30
  "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
31
31
  "cover": "c8 ava",
32
32
  "lint": "yarn lint:types && yarn lint:eslint",
33
- "lint-check": "yarn lint",
34
33
  "lint-fix": "eslint --fix .",
35
34
  "lint:eslint": "eslint .",
36
35
  "lint:types": "tsc",
@@ -38,19 +37,19 @@
38
37
  "test:xs": "exit 0"
39
38
  },
40
39
  "dependencies": {
41
- "ses": "^1.12.0"
40
+ "ses": "^1.13.0"
42
41
  },
43
42
  "devDependencies": {
44
43
  "ava": "^6.1.3",
45
44
  "babel-eslint": "^10.1.0",
46
45
  "c8": "^7.14.0",
47
- "eslint": "^8.57.0",
46
+ "eslint": "^8.57.1",
48
47
  "eslint-config-airbnb-base": "^15.0.0",
49
48
  "eslint-config-prettier": "^9.1.0",
50
49
  "eslint-plugin-eslint-comments": "^3.2.0",
51
- "eslint-plugin-import": "^2.29.1",
52
- "prettier": "^3.3.3",
53
- "typescript": "~5.6.3"
50
+ "eslint-plugin-import": "^2.31.0",
51
+ "prettier": "^3.5.3",
52
+ "typescript": "~5.8.3"
54
53
  },
55
54
  "files": [
56
55
  "./*.d.ts",
@@ -83,5 +82,5 @@
83
82
  "typeCoverage": {
84
83
  "atLeast": 90.9
85
84
  },
86
- "gitHead": "9b6784831d37db948cdd61f6da1f3489e8f97906"
85
+ "gitHead": "571b7803cf10df7cb4fa9d70e4d53a0b53767fa8"
87
86
  }