Socket
Socket
Sign inDemoInstall

@nuxtjs/proxy

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/proxy - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

dist/index.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [2.1.0](https://github.com/nuxt-community/proxy-module/compare/v2.0.1...v2.1.0) (2020-12-14)
### Features
* update module (typescript rewrite) ([c9dad3c](https://github.com/nuxt-community/proxy-module/commit/c9dad3c547759ca05413b6d85087e80e468297a5))
### [2.0.1](https://github.com/nuxt-community/proxy-module/compare/v2.0.0...v2.0.1) (2020-07-16)

@@ -7,0 +14,0 @@

46

package.json
{
"name": "@nuxtjs/proxy",
"version": "2.0.1",
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
"version": "2.1.0",
"description": "proxy support for nuxt server",
"repository": "nuxt-community/proxy-module",
"license": "MIT",
"contributors": [
"Pooya Parsa <pooya@pi0.ir>"
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"main": "lib/module.js",
"repository": "nuxt-community/proxy-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "siroc build",
"dev": "nuxt test/fixture",
"lint": "eslint --ext .js,.vue lib test",
"test": "yarn lint && jest",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
"lint": "eslint --ext .js,.vue,.ts .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"files": [
"lib"
],
"dependencies": {
"consola": "^2.11.3",
"http-proxy-middleware": "^1.0.4"
"http-proxy-middleware": "^1.0.6"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"codecov": "latest",
"@babel/preset-typescript": "^7.12.7",
"@nuxt/test-utils": "latest",
"@nuxt/types": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"request": "latest",
"request-promise-native": "latest",
"nuxt": "^2.14.11",
"siroc": "latest",
"standard-version": "latest"
},
"publishConfig": {
"access": "public"
}
}

@@ -5,12 +5,9 @@ # @nuxtjs/proxy

[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]
[![codecov][codecov-src]][codecov-href]
[![license][license-src]][license-href]
> The one-liner node.js http-proxy middleware solution for Nuxt.js using [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware)
> Proxy support for nuxt server
[📖 **Release Notes**](./CHANGELOG.md)
✨ Do you know that [Axios Module](https://github.com/nuxt-community/axios-module) has built in support for Proxy Module?
## Features

@@ -28,3 +25,3 @@

✓ ...and more! (see [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) docs)
✓ ...See [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) docs

@@ -67,5 +64,5 @@ ⚠ Does not work in generated/static mode!

### Array mode
### Array Config
You can use magic [shorthands](https://github.com/chimurai/http-proxy-middleware#shorthand)
You can use [shorthand syntax](https://github.com/chimurai/http-proxy-middleware#shorthand) to configure proxy:

@@ -87,3 +84,3 @@ ```js

### Object mode
### Object Config

@@ -129,5 +126,2 @@ Keys are [context](https://github.com/chimurai/http-proxy-middleware#context-matching)

[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt-community/proxy-module.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/nuxt-community/proxy-module
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/proxy-module.svg?style=flat-square

@@ -134,0 +128,0 @@ [codecov-href]: https://codecov.io/gh/nuxt-community/proxy-module

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