New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 0.7.0 to 0.7.1

11

CHANGELOG.md

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

## [0.7.1](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.0...@nuxt/types@0.7.1) (2020-04-03)
### Bug Fixes
* **types:** nuxt module options can't be undefined ([df8dc96](https://github.com/nuxt/typescript/commit/df8dc9669b2f4a79c04a5c31b1c33424a0d6835d))
# [0.7.0](https://github.com/nuxt/typescript/compare/@nuxt/types@0.6.4...@nuxt/types@0.7.0) (2020-03-27)

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

2

config/module.d.ts

@@ -29,4 +29,4 @@ /**

export type Module<T = Record<string, any>> = (this: ModuleThis, moduleOptions?: T) => Promise<void> | void
export type Module<T = Record<string, any>> = (this: ModuleThis, moduleOptions: T) => Promise<void> | void
export type NuxtConfigurationModule = string | Module | [string | Module, Record<string, any>]
{
"name": "@nuxt/types",
"version": "0.7.0",
"version": "0.7.1",
"description": "Nuxt.js types",

@@ -12,4 +12,4 @@ "repository": "nuxt/typescript",

"dependencies": {
"@types/autoprefixer": "^9.7.1",
"@types/babel__core": "^7.1.6",
"@types/autoprefixer": "^9.7.2",
"@types/babel__core": "^7.1.7",
"@types/compression": "^1.7.0",

@@ -21,3 +21,3 @@ "@types/connect": "^3.4.33",

"@types/less": "^3.0.1",
"@types/node": "^12.12.31",
"@types/node": "^12.12.34",
"@types/node-sass": "^4.11.0",

@@ -28,3 +28,3 @@ "@types/optimize-css-assets-webpack-plugin": "^5.0.1",

"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.8",
"@types/webpack": "^4.41.10",
"@types/webpack-bundle-analyzer": "^2.13.3",

@@ -31,0 +31,0 @@ "@types/webpack-dev-middleware": "^3.7.0",

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