Socket
Socket
Sign inDemoInstall

fetch-node-website

Package Overview
Dependencies
53
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.1.0

build/src/main.d.ts

31

package.json
{
"name": "fetch-node-website",
"version": "6.0.0",
"version": "6.1.0",
"type": "module",
"exports": "./build/src/main.js",
"main": "./build/src/main.js",
"types": "./build/src/main.d.ts",
"files": [
"build/src/**/*.{js,ts,map,json,sh,md}",
"examples/**/*.{js,ts,map,json,sh,md}"
"build/src/**/*.{js,d.ts,map,json,sh,md}",
"examples/**/*.{js,d.ts,map,json,sh,md}"
],

@@ -30,2 +31,3 @@ "scripts": {

"javascript",
"typescript",
"library",

@@ -35,3 +37,2 @@ "npmjs",

"package-manager",
"server",
"bash"

@@ -51,18 +52,20 @@ ],

"dependencies": {
"cli-progress": "^3.8.2",
"colors-option": "^2.0.1",
"figures": "^3.2.0",
"filter-obj": "^2.0.1",
"got": "^11.8.2",
"jest-validate": "^27.0.2"
"cli-progress": "^3.11.1",
"colors-option": "^4.0.0",
"figures": "^4.0.1",
"filter-obj": "^3.0.0",
"got": "^12.1.0",
"jest-validate": "^27.5.1"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^1.0.34",
"@ehmicky/dev-tasks": "^1.0.77",
"@types/node": "^18.0.0",
"get-stream": "^6.0.0",
"sinon": "^11.1.1",
"test-each": "^3.0.1"
"sinon": "^14.0.0",
"test-each": "^5.0.0",
"tsd": "^0.21.0"
},
"engines": {
"node": ">=12.20.0"
"node": ">=14.18.0"
}
}
[![Codecov](https://img.shields.io/codecov/c/github/ehmicky/fetch-node-website.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/fetch-node-website)
[![Build](https://github.com/ehmicky/fetch-node-website/workflows/Build/badge.svg)](https://github.com/ehmicky/fetch-node-website/actions)
[![Node](https://img.shields.io/node/v/fetch-node-website.svg?logo=node.js)](https://www.npmjs.com/package/fetch-node-website)

@@ -27,3 +26,3 @@ [![Twitter](https://img.shields.io/badge/%E2%80%8B-twitter-4cc61e.svg?logo=twitter)](https://twitter.com/intent/follow?screen_name=ehmicky)

progress: true,
mirror: 'https://npm.taobao.org/mirrors/node',
mirror: 'https://npmmirror.com/mirrors/node',
},

@@ -65,3 +64,3 @@ )

Base URL. Can be customized (for example `https://npm.taobao.org/mirrors/node`).
Base URL. Can be customized (for example `https://npmmirror.com/mirrors/node`).

@@ -68,0 +67,0 @@ The following environment variables can also be used: `NODE_MIRROR`,

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc