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

@podium/client

Package Overview
Dependencies
Maintainers
6
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/client - npm Package Compare versions

Comparing version 4.4.2 to 4.4.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.4.3](https://github.com/podium-lib/client/compare/v4.4.2...v4.4.3) (2020-10-06)
### Bug Fixes
* emit errors on stream when .resolve method rejects ([#141](https://github.com/podium-lib/client/issues/141)) ([9bc989b](https://github.com/podium-lib/client/commit/9bc989b3f5190a2f19fe66420d54a2c23bbe574a))
# Changelog

@@ -2,0 +9,0 @@

4

lib/resource.js

@@ -97,3 +97,5 @@ /* eslint-disable no-underscore-dangle */

this[_state].setInitializingState();
this[_resolver].resolve(outgoing);
this[_resolver].resolve(outgoing).catch((err) => {
outgoing.emit('error', err);
});
return outgoing;

@@ -100,0 +102,0 @@ }

{
"name": "@podium/client",
"version": "4.4.2",
"version": "4.4.3",
"main": "lib/client.js",

@@ -22,4 +22,8 @@ "license": "MIT",

"files": [
"lib",
"index.d.ts"
"package.json",
"CHANGELOG.md",
"index.d.ts",
"README.md",
"LICENSE",
"lib"
],

@@ -37,4 +41,4 @@ "types": "index.d.ts",

"@metrics/client": "2.5.0",
"@podium/schemas": "4.0.2",
"@podium/utils": "4.2.5",
"@podium/schemas": "4.0.3",
"@podium/utils": "4.3.0",
"abslog": "2.4.0",

@@ -48,17 +52,24 @@ "http-cache-semantics": "^4.0.3",

"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"semantic-release": "17.1.1",
"@podium/test-utils": "2.2.0",
"@sinonjs/fake-timers": "6.0.1",
"benchmark": "2.1.4",
"eslint": "7.1.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint": "7.4.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"express": "4.17.1",
"get-stream": "5.1.0",
"get-stream": "6.0.0",
"http-proxy": "1.18.1",
"is-stream": "2.0.0",
"prettier": "2.0.5",
"tap": "^14.10.6"
"tap": "14.10.8"
}
}
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