New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fetch-mock/jest

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fetch-mock/jest - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

14

CHANGELOG.md
# Changelog
## [0.2.6](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.5...jest-v0.2.6) (2024-11-15)
### Bug Fixes
* remove extraneous console.log ([c2c92a4](https://github.com/wheresrhys/fetch-mock/commit/c2c92a48e393c2bf503d51dd436b6788cf66eb52))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* fetch-mock bumped from ^12.1.0 to ^12.2.0
## [0.2.5](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.4...jest-v0.2.5) (2024-11-08)

@@ -4,0 +18,0 @@

1

dist/cjs/index.js

@@ -26,3 +26,2 @@ "use strict";

jest.clearAllMocks = () => {
console.log('yeah');
clearAllMocks.apply(jest);

@@ -29,0 +28,0 @@ fetchMockJest.mockClear();

@@ -23,3 +23,2 @@ import { FetchMock, defaultFetchMockConfig, } from 'fetch-mock';

jest.clearAllMocks = () => {
console.log('yeah');
clearAllMocks.apply(jest);

@@ -26,0 +25,0 @@ fetchMockJest.mockClear();

{
"name": "@fetch-mock/jest",
"description": "jest wrapper for fetch-mock",
"version": "0.2.5",
"version": "0.2.6",
"exports": {

@@ -24,3 +24,3 @@ "browser": "./dist/esm/index.js",

"dependencies": {
"fetch-mock": "^12.1.0"
"fetch-mock": "^12.2.0"
},

@@ -27,0 +27,0 @@ "peerDependencies": {

@@ -35,3 +35,2 @@ import {

jest.clearAllMocks = () => {
console.log('yeah');
clearAllMocks.apply(jest);

@@ -38,0 +37,0 @@ fetchMockJest.mockClear();

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