You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@nuxt/types

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/types - npm Package Compare versions

Comparing version

to
0.2.11

11

CHANGELOG.md

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

## [0.2.11](https://github.com/nuxt/typescript/compare/@nuxt/types@0.2.10...@nuxt/types@0.2.11) (2019-09-06)
### Bug Fixes
* **types:** extendBuild instead of extendConfig ([e8961ff](https://github.com/nuxt/typescript/commit/e8961ff))
## [0.2.10](https://github.com/nuxt/typescript/compare/@nuxt/types@0.2.9...@nuxt/types@0.2.10) (2019-09-06)

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

2

config/module.d.ts

@@ -11,3 +11,3 @@ /**

interface ModuleThis {
extendConfig(fn: (config: WebpackConfiguration) => void): void
extendBuild(fn: (config: WebpackConfiguration) => void): void
options: NuxtConfiguration

@@ -14,0 +14,0 @@ nuxt: any // TBD

{
"name": "@nuxt/types",
"version": "0.2.10",
"version": "0.2.11",
"description": "Nuxt.js types",

@@ -5,0 +5,0 @@ "repository": "nuxt/typescript",