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

@sapphire/plugin-api

Package Overview
Dependencies
Maintainers
3
Versions
790
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphire/plugin-api - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [2.1.1](https://github.com/sapphire-project/plugins/compare/@sapphire/plugin-api@2.1.0...@sapphire/plugin-api@2.1.1) (2021-04-03)
### Bug Fixes
- **api:** fixed types for CookieStore ([83420f4](https://github.com/sapphire-project/plugins/commit/83420f46dfbcfba3477aa4db0897dc4aacc2118e))
# [2.1.0](https://github.com/sapphire-project/plugins/compare/@sapphire/plugin-api@2.0.5...@sapphire/plugin-api@2.1.0) (2021-04-03)

@@ -8,0 +14,0 @@

2

dist/lib/structures/api/CookieStore.d.ts

@@ -8,3 +8,3 @@ import type { ApiRequest } from './ApiRequest';

private secure;
constructor(request: ApiRequest, response: ApiResponse, secure: boolean, domainOverwrite: string | null);
constructor(request: ApiRequest, response: ApiResponse, secure: boolean, domainOverwrite?: string | null);
add(name: string, value: string, options?: SecureCookieStoreSetOptions): void;

@@ -11,0 +11,0 @@ remove(name: string): void;

@@ -39,4 +39,4 @@ /// <reference types="node" />

*/
protected contentStream(request: ApiRequest): import("zlib").BrotliDecompress | ApiRequest | null;
protected contentStream(request: ApiRequest): ApiRequest | import("zlib").Gunzip | null;
}
//# sourceMappingURL=MediaParser.d.ts.map
{
"name": "@sapphire/plugin-api",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plugin for @sapphire/framework to expose a REST API",

@@ -85,3 +85,3 @@ "author": "@sapphire",

},
"gitHead": "aa8af189a482c9869bff62b5699ede5c1a4923ab"
"gitHead": "69ca3a9ef1a36a07697ed6b51adee22af8a383dd"
}

Sorry, the diff of this file is not supported yet

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