Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/app

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/app - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/app/_templates/entry.client.js

11

CHANGELOG.md

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

# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.1...@nuxt/app@0.3.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
## [0.2.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.0...@nuxt/app@0.2.1) (2021-04-06)

@@ -8,0 +19,0 @@

2

meta.js
const { resolve } = require('path')
module.exports = {
appDir: resolve(__dirname, 'dist')
appDir: resolve(__dirname, 'dist/app')
}
{
"name": "@nuxt/app",
"version": "0.2.1",
"version": "0.3.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"main": "./dist/app/index.js",
"module": "./dist/app/index.js",
"types": "./dist/index.d.ts",
"files": [

@@ -12,2 +13,8 @@ "dist",

],
"scripts": {
"prepack": "unbuild"
},
"devDependencies": {
"unbuild": "^0.1.12"
},
"dependencies": {

@@ -21,17 +28,3 @@ "@vueuse/head": "^0.5.1",

},
"build": {
"entries": {
"index": {
"distDir": ".gen"
},
"/": {}
},
"dependencies": [
"@vueuse/head",
"ohmyfetch",
"vue-router",
"vuex5"
]
},
"gitHead": "7b5bd53a02aa9ceed729403e48aa5c338e96fe56"
"gitHead": "bb797fcbb6ea652fe74c62411df899a80fc3d820"
}
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