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.5.1 to 0.5.2

11

CHANGELOG.md

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

## [0.5.2](https://github.com/nuxt/typescript/compare/@nuxt/types@0.5.1...@nuxt/types@0.5.2) (2019-12-02)
### Bug Fixes
* **types:** fix PostcssPlugin type error ([e9a7965](https://github.com/nuxt/typescript/commit/e9a79656ac71e2b9893b9eb6100d87e80636b1a4))
## [0.5.1](https://github.com/nuxt/typescript/compare/@nuxt/types@0.5.0...@nuxt/types@0.5.1) (2019-12-02)

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

2

config/build.d.ts

@@ -118,3 +118,3 @@ /**

[key: string]: false | { [key: string]: any }
} | ((loader: WebpackLoaderNamespace.LoaderContext) => PostcssPlugin[]) | Array<[string | PostcssPlugin, any] | string | PostcssPlugin>
} | ((loader: WebpackLoaderNamespace.LoaderContext) => PostcssPlugin<any>[]) | Array<[string | PostcssPlugin<any>, any] | string | PostcssPlugin<any>>
preset?: {

@@ -121,0 +121,0 @@ autoprefixer?: false | AutoprefixerOptions

{
"name": "@nuxt/types",
"version": "0.5.1",
"version": "0.5.2",
"description": "Nuxt.js types",

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

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