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.4 to 0.7.5

11

CHANGELOG.md

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

## [0.7.5](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.4...@nuxt/types@0.7.5) (2020-04-25)
### Bug Fixes
* **types:** fix build.transpile type ([3d22171](https://github.com/nuxt/typescript/commit/3d22171e9bc1e252aabc1c4d2522a1454b7875c2))
## [0.7.4](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.3...@nuxt/types@0.7.4) (2020-04-11)

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

2

config/build.d.ts

@@ -174,5 +174,5 @@ /**

terser?: TerserPluginOptions | boolean
transpile?: Array<string | RegExp> | ((context: NuxtWebpackEnv) => Array<string | RegExp>)
transpile?: Array<string | RegExp | ((context: NuxtWebpackEnv) => string | RegExp)>
warningIgnoreFilters?: Array<(warn: Warning) => boolean>
watch?: string[]
}
{
"name": "@nuxt/types",
"version": "0.7.4",
"version": "0.7.5",
"description": "Nuxt.js types",

@@ -20,3 +20,3 @@ "repository": "nuxt/typescript",

"@types/less": "^3.0.1",
"@types/node": "^12.12.35",
"@types/node": "^12.12.37",
"@types/node-sass": "^4.11.0",

@@ -27,6 +27,6 @@ "@types/optimize-css-assets-webpack-plugin": "^5.0.1",

"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.10",
"@types/webpack": "^4.41.12",
"@types/webpack-bundle-analyzer": "^2.13.3",
"@types/webpack-dev-middleware": "^3.7.0",
"@types/webpack-hot-middleware": "^2.25.1"
"@types/webpack-hot-middleware": "^2.25.2"
},

@@ -33,0 +33,0 @@ "publishConfig": {

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