Socket
Socket
Sign inDemoInstall

node-fetch-native

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fetch-native - npm Package Compare versions

Comparing version 0.1.8 to 1.0.0

dist/shared/node-fetch-native.25a180d0.mjs

18

lib/index.d.ts

@@ -1,10 +0,10 @@

export declare const fetch: typeof globalThis.fetch
export declare const Blob: typeof globalThis.Blob
export declare const File: typeof globalThis.File
export declare const FormData: typeof globalThis.FormData
export declare const Headers: typeof globalThis.Headers
export declare const Request: typeof globalThis.Request
export declare const Response: typeof globalThis.Response
export declare const AbortController: typeof globalThis.AbortController
export declare const fetch: typeof globalThis.fetch;
export declare const Blob: typeof globalThis.Blob;
export declare const File: typeof globalThis.File;
export declare const FormData: typeof globalThis.FormData;
export declare const Headers: typeof globalThis.Headers;
export declare const Request: typeof globalThis.Request;
export declare const Response: typeof globalThis.Response;
export declare const AbortController: typeof globalThis.AbortController;
export default fetch
export default fetch;
{
"name": "node-fetch-native",
"version": "0.1.8",
"version": "1.0.0",
"description": "A better redistribution of `node-fetch`",

@@ -34,20 +34,21 @@ "repository": "unjs/node-fetch-native",

],
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .ts,.js,.mjs,.cjs .",
"prepack": "unbuild",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm build && vitest run --coverage"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@vitest/coverage-c8": "^0.24.3",
"@vitest/coverage-c8": "^0.25.2",
"abort-controller": "^3.0.0",
"eslint": "^8.25.0",
"node-fetch": "^3.2.10",
"eslint": "^8.27.0",
"eslint-config-unjs": "^0.0.2",
"node-fetch": "^3.3.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vitest": "^0.24.3"
"vitest": "^0.25.2"
},
"packageManager": "pnpm@7.13.4",
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .ts,.js,.mjs,.cjs .",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm build && vitest run --coverage"
}
}
"packageManager": "pnpm@7.15.0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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