🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ax2/multisite-module

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax2/multisite-module - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+11
-0
CHANGELOG.md

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

## [0.2.3](https://github.com/ax2inc/nuxt-modules/compare/@ax2/multisite-module@0.2.2...@ax2/multisite-module@0.2.3) (2019-03-15)
### Bug Fixes
* Fix deepmerge import ([6eebdce](https://github.com/ax2inc/nuxt-modules/commit/6eebdce))
## [0.2.2](https://github.com/ax2inc/nuxt-modules/compare/@ax2/multisite-module@0.2.1...@ax2/multisite-module@0.2.2) (2019-03-15)

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

+1
-1
import Cookies from 'js-cookie';
import cookie from 'cookie';
import merge from 'deepmerge';
import * as deepmerge from 'deepmerge';

@@ -5,0 +5,0 @@ export default (ctx, inject) => {

{
"name": "@ax2/multisite-module",
"version": "0.2.2",
"version": "0.2.3",
"description": "Multisite features for your Nuxt project",

@@ -39,3 +39,3 @@ "license": "MIT",

},
"gitHead": "2215412e6b1519de1305d713d090ff2ef16fb6e9"
"gitHead": "00ae7ef0ae035d90bf18de17ad4bad7fe9aa084b"
}