Socket
Socket
Sign inDemoInstall

fetch-cookie

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-cookie - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

cjs/index.d.ts

10

CHANGELOG.md

@@ -9,2 +9,5 @@ # Changelog

## [3.0.1] - 2024-02-24
* Fix an issue with type declarations resolution. ([#84])
## [3.0.0] - 2024-02-21

@@ -125,3 +128,6 @@ * Export `FetchCookieImpl` interface. ([#81])

[Unreleased]: https://github.com/valeriangalliat/fetch-cookie/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/valeriangalliat/fetch-cookie/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/valeriangalliat/fetch-cookie/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/valeriangalliat/fetch-cookie/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/valeriangalliat/fetch-cookie/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/valeriangalliat/fetch-cookie/compare/v2.0.5...v2.1.0

@@ -189,1 +195,3 @@ [2.0.5]: https://github.com/valeriangalliat/fetch-cookie/compare/v2.0.4...v2.0.5

[#72]: https://github.com/valeriangalliat/fetch-cookie/issues/72
[#81]: https://github.com/valeriangalliat/fetch-cookie/pull/81
[#84]: https://github.com/valeriangalliat/fetch-cookie/issues/84

8

package.json
{
"name": "fetch-cookie",
"version": "3.0.0",
"version": "3.0.1",
"description": "Decorator for a `fetch` function to support automatic cookies.",

@@ -14,5 +14,7 @@ "license": "Unlicense",

"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.js"

@@ -22,3 +24,3 @@ }

},
"types": "index.d.ts",
"types": "cjs/index.d.ts",
"repository": "valeriangalliat/fetch-cookie",

@@ -34,3 +36,3 @@ "scripts": {

"type-check": "tsc -noEmit",
"type-declarations": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --outDir ."
"type-declarations": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --outDir esm && cp esm/index.d.ts cjs"
},

@@ -37,0 +39,0 @@ "dependencies": {

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