Socket
Socket
Sign inDemoInstall

teeny-request

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teeny-request - npm Package Compare versions

Comparing version 5.3.3 to 6.0.0

4

build/src/index.js

@@ -147,4 +147,4 @@ "use strict";

if (!callback) {
console.error('multipart without callback not implemented.');
return;
// TODO: add support for multipart uploads through streaming
throw new Error('Multipart without callback is not implemented.');
}

@@ -151,0 +151,0 @@ var boundary = uuid.v4();

# Changelog
## [6.0.0](https://www.github.com/googleapis/teeny-request/compare/v5.3.3...v6.0.0) (2020-01-11)
### ⚠ BREAKING CHANGES
* remove console log and throw instead (#107)
### Bug Fixes
* remove console log and throw instead ([#107](https://www.github.com/googleapis/teeny-request/issues/107)) ([965beaa](https://www.github.com/googleapis/teeny-request/commit/965beaae17f0273992c9856ebf79b6f1befc59fe))
### [5.3.3](https://www.github.com/googleapis/teeny-request/compare/v5.3.2...v5.3.3) (2019-12-15)

@@ -4,0 +15,0 @@

{
"name": "teeny-request",
"version": "5.3.3",
"version": "6.0.0",
"description": "Like request, but smaller.",

@@ -50,9 +50,9 @@ "main": "./build/src/index.js",

"@types/uuid": "^3.4.4",
"c8": "^6.0.0",
"c8": "^7.0.0",
"codecov": "^3.1.0",
"gts": "^1.0.0",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"mocha": "^7.0.0",
"nock": "^11.3.2",
"sinon": "^7.3.2",
"sinon": "^8.0.0",
"typescript": "3.6.4"

@@ -59,0 +59,0 @@ },

Sorry, the diff of this file is not supported yet

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