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

fetch-mock

Package Overview
Dependencies
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-mock - npm Package Compare versions

Comparing version 11.0.0 to 11.0.1

dist/package.json

7

CHANGELOG.md
# Changelog
## [11.0.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.0...fetch-mock-v11.0.1) (2024-08-08)
### Bug Fixes
* fixes importimng into .mts files ([98ad40e](https://github.com/wheresrhys/fetch-mock/commit/98ad40ee5351f1f2f16edf1bbcc626ce94d0d629))
## [11.0.0](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.1...fetch-mock-v11.0.0) (2024-08-03)

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

14

package.json
{
"name": "fetch-mock",
"version": "11.0.0",
"version": "11.0.1",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",

@@ -8,8 +8,14 @@ "main": "./dist/commonjs.js",

"exports": {
"types": "./types/index.d.ts",
"browser": "./src/index.js",
"import": "./src/index.js",
"require": "./dist/commonjs.js"
"import": {
"default": "./src/index.js",
"types": "./types/index.d.ts"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/commonjs.js"
}
},
"types": "./types/index.d.ts",
"type": "module",
"scripts": {

@@ -16,0 +22,0 @@ "build": "rollup -c"

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