@endo/stream
Advanced tools
Comparing version 0.3.23 to 0.3.24
{ | ||
"name": "@endo/stream", | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"description": "Foundation for async iterators as streams", | ||
@@ -33,2 +33,4 @@ "keywords": [ | ||
"build": "exit 0", | ||
"prepack": "tsc --build jsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"cover": "c8 ava", | ||
@@ -42,10 +44,9 @@ "lint": "yarn lint:types && yarn lint:js", | ||
"dependencies": { | ||
"@endo/eventual-send": "^0.17.0", | ||
"@endo/promise-kit": "^0.2.54", | ||
"ses": "^0.18.2" | ||
"@endo/eventual-send": "^0.17.1", | ||
"@endo/promise-kit": "^0.2.55", | ||
"ses": "^0.18.3" | ||
}, | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.5.3", | ||
"@endo/init": "^0.5.54", | ||
"@endo/ses-ava": "^0.2.38", | ||
"@endo/init": "^0.5.55", | ||
"@endo/ses-ava": "^0.2.39", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
@@ -57,8 +58,7 @@ "ava": "^5.2.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-eslint-comments": "^3.1.2", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^40.0.0", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"prettier": "^2.8.0", | ||
"eslint-plugin-jsdoc": "^40.1.0", | ||
"prettier": "^2.8.5", | ||
"typescript": "~4.9.5" | ||
@@ -78,10 +78,5 @@ }, | ||
"extends": [ | ||
"@endo" | ||
"plugin:@endo/internal" | ||
] | ||
}, | ||
"prettier": { | ||
"arrowParens": "avoid", | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"ava": { | ||
@@ -93,3 +88,3 @@ "files": [ | ||
}, | ||
"gitHead": "0053227a37ee76ee8a3dce6059dd55140ed0ce6d" | ||
"gitHead": "8141f58debaec420cbc2a7cb698e888566d430ba" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32873
14
7
377
0
Updated@endo/eventual-send@^0.17.1
Updated@endo/promise-kit@^0.2.55
Updatedses@^0.18.3