🎩 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.4
to
0.2.5
+8
-0
CHANGELOG.md

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

## [0.2.5](https://github.com/ax2inc/nuxt-modules/compare/@ax2/multisite-module@0.2.4...@ax2/multisite-module@0.2.5) (2019-03-15)
**Note:** Version bump only for package @ax2/multisite-module
## [0.2.4](https://github.com/ax2inc/nuxt-modules/compare/@ax2/multisite-module@0.2.3...@ax2/multisite-module@0.2.4) (2019-03-15)

@@ -8,0 +16,0 @@

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

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

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

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

"cookie": "^0.3.1",
"deepmerge": "^3.0.0",
"deepmerge": "2.2.1",
"js-cookie": "^2.2.0"

@@ -40,3 +40,3 @@ },

},
"gitHead": "c23e71bc3f03b6a6d10c89cc3a3df6b798d89f8c"
"gitHead": "514449da6def93739e4c36b808321f7ba9105f0e"
}