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.2.0 to 5.2.1

4

build/src/index.d.ts
/*!
* Copyright 2018 Google LLC. All Rights Reserved.
* Copyright 2018 Google LLC
*

@@ -20,3 +20,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

export interface CoreOptions {
method?: 'GET' | 'POST' | 'PUT' | 'HEAD' | 'OPTIONS' | 'PATCH' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE';
method?: string;
timeout?: number;

@@ -23,0 +23,0 @@ gzip?: boolean;

"use strict";
/*!
* Copyright 2018 Google LLC. All Rights Reserved.
* Copyright 2018 Google LLC
*

@@ -5,0 +5,0 @@ * Licensed under the Apache License, Version 2.0 (the "License");

# Changelog
### [5.2.1](https://www.github.com/googleapis/teeny-request/compare/v5.2.0...v5.2.1) (2019-08-14)
### Bug Fixes
* **types:** make types less strict for method ([#76](https://www.github.com/googleapis/teeny-request/issues/76)) ([9f07e98](https://www.github.com/googleapis/teeny-request/commit/9f07e98))
## [5.2.0](https://www.github.com/googleapis/teeny-request/compare/v5.1.3...v5.2.0) (2019-08-13)

@@ -4,0 +11,0 @@

{
"name": "teeny-request",
"version": "5.2.0",
"version": "5.2.1",
"description": "Like request, but smaller.",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

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