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

@idearium/fetch

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/fetch - npm Package Compare versions

Comparing version 2.0.4 to 3.0.0-beta.1

9

CHANGELOG.md
# @idearium/fetch
## v3.0.0-beta.1
### Removed
- Removed isomorphic-fetch.
- Minimum Node.js version is now v18.0.0.
## v2.0.4

@@ -40,3 +47,1 @@

- First version of the package.
@idearium/fetch-v1.0.1-beta.1
'use strict';
const fetch = require('isomorphic-fetch');
const parseBody = (response) => {

@@ -6,0 +4,0 @@ if (

{
"name": "@idearium/fetch",
"version": "2.0.4",
"version": "3.0.0-beta.1",
"description": "A package to make fetching trivial.",

@@ -15,8 +15,6 @@ "main": "index.js",

},
"dependencies": {
"isomorphic-fetch": "3.0.0"
},
"dependencies": {},
"devDependencies": {
"fetch-mock-jest": "^1.5.1"
"fetch-mock-jest": "1.5.1"
}
}
'use strict';
jest.mock('isomorphic-fetch', () => require('fetch-mock-jest').sandbox());
const fetchMock = require('isomorphic-fetch');
const fetchMock = require('fetch-mock-jest');
const fetchApi = require('../');

@@ -7,0 +5,0 @@

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