Socket
Socket
Sign inDemoInstall

defu

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defu - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.0.4](https://github.com/nuxt-contrib/defu/compare/v2.0.3...v2.0.4) (2020-05-22)
### Bug Fixes
* correct path to types ([33d4bf0](https://github.com/nuxt-contrib/defu/commit/33d4bf0331e70b69a3a2a392f18a8f890d45d4f9))
### [2.0.3](https://github.com/nuxt-contrib/defu/compare/v2.0.2...v2.0.3) (2020-05-22)

@@ -7,0 +14,0 @@

9

package.json
{
"name": "defu",
"version": "2.0.3",
"version": "2.0.4",
"description": "Recursively assign default properties. Lightweight and Fast!",

@@ -8,6 +8,5 @@ "repository": "nuxt-contrib/defu",

"main": "./dist/defu.js",
"types": "./defu/defu.d.ts",
"types": "./dist/defu.d.ts",
"files": [
"dist",
"types"
"dist"
],

@@ -28,3 +27,3 @@ "scripts": {

"jest": "latest",
"rollup-plugin-typescript2": "^0.27.1",
"rollup-plugin-typescript2": "latest",
"standard-version": "latest",

@@ -31,0 +30,0 @@ "ts-jest": "latest",

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