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.0 to 2.3.1

18

CHANGELOG.md

@@ -6,2 +6,20 @@ # Change Log

## 2.3.1 (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))
# 2.3.0 (2018-11-16)

@@ -8,0 +26,0 @@

64

dist/vue-app.js

@@ -1,1 +0,63 @@

export * from '../src/index'
/*!
* @nuxt/vue-app v2.3.0 (c) 2016-2018
* - All the amazing contributors
* Released under the MIT License.
* Website: https://nuxtjs.org
*/
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
const path = _interopDefault(require('path'));
var name = "@nuxt/vue-app";
var version = "2.3.0";
var repository = "nuxt/nuxt.js";
var license = "MIT";
var files = [
"dist",
"template"
];
var main = "dist/vue-app.js";
var publishConfig = {
access: "public"
};
const pkg = {
name: name,
version: version,
repository: repository,
license: license,
files: files,
main: main,
publishConfig: publishConfig
};
const meta = pkg;
const templatesDir = path.join(__dirname, '..', 'template');
const templatesFiles = [
'App.js',
'client.js',
'index.js',
'middleware.js',
'router.js',
'server.js',
'utils.js',
'empty.js',
'components/nuxt-error.vue',
'components/nuxt-loading.vue',
'components/nuxt-child.js',
'components/nuxt-link.js',
'components/nuxt.js',
'components/no-ssr.js',
'views/app.template.html',
'views/error.html'
];
exports.meta = meta;
exports.templatesDir = templatesDir;
exports.templatesFiles = templatesFiles;

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

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