Socket
Socket
Sign inDemoInstall

node-fetch

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fetch - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

2

dist/package.json
{
"name": "node-fetch",
"description": "A light-weight module that brings window.fetch to node.js",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

@@ -21,4 +21,2 @@ <div align="center">

[![Backers][opencollective-image]][opencollective-url]
<!-- TOC -->

@@ -25,0 +23,0 @@

{
"name": "node-fetch",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"files": [

@@ -20,6 +17,8 @@ "src/**/*",

"prepublishOnly": "npm run build",
"publish": "pika publish",
"test": "cross-env BABEL_ENV=test mocha --require @babel/register --throw-deprecation test/*.js",
"report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/*.js",
"coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/*.js && codecov -f coverage/coverage-final.json",
"lint": "xo"
"lint": "xo",
"version": "npm run build"
},

@@ -26,0 +25,0 @@ "repository": {

@@ -21,4 +21,2 @@ <div align="center">

[![Backers][opencollective-image]][opencollective-url]
<!-- TOC -->

@@ -25,0 +23,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