Socket
Socket
Sign inDemoInstall

@nuxt/vue-app

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/vue-app - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

32

CHANGELOG.md

@@ -6,32 +6,4 @@ # Change Log

## 2.3.1 (2018-11-16)
## [2.3.2](https://github.com/nuxt/nuxt.js/compare/v2.3.1...v2.3.2) (2018-11-20)
### Bug Fixes
* dev tools detection of custom global name ([#4305](https://github.com/nuxt/nuxt.js/issues/4305)) ([3b7958b](https://github.com/nuxt/nuxt.js/commit/3b7958b))
* handle errors that are not error instances ([#4321](https://github.com/nuxt/nuxt.js/issues/4321)) ([9fbd581](https://github.com/nuxt/nuxt.js/commit/9fbd581))
* serialize config head fn shorthand correctly ([#4283](https://github.com/nuxt/nuxt.js/issues/4283)) ([b3eb427](https://github.com/nuxt/nuxt.js/commit/b3eb427))
### Features
* dx improvements ([#4259](https://github.com/nuxt/nuxt.js/issues/4259)) ([7c4e77f](https://github.com/nuxt/nuxt.js/commit/7c4e77f))
# 2.3.0 (2018-11-16)
### Bug Fixes
* dev tools detection of custom global name ([#4305](https://github.com/nuxt/nuxt.js/issues/4305)) ([3b7958b](https://github.com/nuxt/nuxt.js/commit/3b7958b))
* handle errors that are not error instances ([#4321](https://github.com/nuxt/nuxt.js/issues/4321)) ([9fbd581](https://github.com/nuxt/nuxt.js/commit/9fbd581))
* serialize config head fn shorthand correctly ([#4283](https://github.com/nuxt/nuxt.js/issues/4283)) ([b3eb427](https://github.com/nuxt/nuxt.js/commit/b3eb427))
### Features
* dx improvements ([#4259](https://github.com/nuxt/nuxt.js/issues/4259)) ([7c4e77f](https://github.com/nuxt/nuxt.js/commit/7c4e77f))
**Note:** Version bump only for package @nuxt/vue-app

8

dist/vue-app.js
/*!
* @nuxt/vue-app v2.3.0 (c) 2016-2018
* @nuxt/vue-app v2.3.2 (c) 2016-2018

@@ -17,3 +17,3 @@ * - All the amazing contributors

var name = "@nuxt/vue-app";
var version = "2.3.0";
var version = "2.3.2";
var repository = "nuxt/nuxt.js";

@@ -29,2 +29,3 @@ var license = "MIT";

};
var gitHead = "6b4a5db7f69bc82099a667be78330b9114e9cb22";
const pkg = {

@@ -37,3 +38,4 @@ name: name,

main: main,
publishConfig: publishConfig
publishConfig: publishConfig,
gitHead: gitHead
};

@@ -40,0 +42,0 @@

{
"name": "@nuxt/vue-app",
"version": "2.3.1",
"version": "2.3.2",
"repository": "nuxt/nuxt.js",

@@ -13,3 +13,4 @@ "license": "MIT",

"access": "public"
}
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
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