File tree Expand file tree Collapse file tree 3 files changed +39
-36
lines changed Expand file tree Collapse file tree 3 files changed +39
-36
lines changed Original file line number Diff line number Diff line change 1
- allow-deny@1.1.0
2
- babel-compiler@7.5.2
1
+ allow-deny@1.1.1
2
+ babel-compiler@7.9.0
3
3
babel-runtime@1.5.0
4
4
base64@1.0.12
5
5
binary-heap@1.0.11
6
- boilerplate-generator@1.6.0
7
- callback-hook@1.3 .0
6
+ boilerplate-generator@1.7.1
7
+ callback-hook@1.4 .0
8
8
check@1.3.1
9
9
ddp@1.4.0
10
- ddp-client@2.3.3
10
+ ddp-client@2.5.0
11
11
ddp-common@1.4.0
12
- ddp-server@2.3 .0
12
+ ddp-server@2.5 .0
13
13
diff-sequence@1.1.1
14
- dynamic-import@0.5.1
15
- ecmascript@0.14 .2
16
- ecmascript-runtime@0.7 .0
17
- ecmascript-runtime-client@0.10.0
18
- ecmascript-runtime-server@0.9 .0
19
- ejson@1.1.1
14
+ dynamic-import@0.7.2
15
+ ecmascript@0.16 .2
16
+ ecmascript-runtime@0.8 .0
17
+ ecmascript-runtime-client@0.12.1
18
+ ecmascript-runtime-server@0.11 .0
19
+ ejson@1.1.2
20
20
fetch@0.1.1
21
21
geojson-utils@1.0.10
22
- id-map@1.1.0
23
- inter-process-messaging@0.1.0
24
- local-test:ostrio:cstorage@3 .0.1
25
- logging@1.1.20
26
- meteor@1.9.3
27
- minimongo@1.4.5
28
- modern-browsers@0.1.4
29
- modules@0.15 .0
30
- modules-runtime@0.12 .0
31
- mongo@1.8 .0
32
- mongo-decimal@0.1.1
22
+ id-map@1.1.1
23
+ inter-process-messaging@0.1.1
24
+ local-test:ostrio:cstorage@4 .0.0
25
+ logging@1.3.1
26
+ meteor@1.10.0
27
+ minimongo@1.8.0
28
+ modern-browsers@0.1.8
29
+ modules@0.18 .0
30
+ modules-runtime@0.13 .0
31
+ mongo@1.15 .0
32
+ mongo-decimal@0.1.3
33
33
mongo-dev-server@1.1.0
34
- mongo-id@1.0.7
35
- npm-mongo@3 .3.0
34
+ mongo-id@1.0.8
35
+ npm-mongo@4 .3.1
36
36
ordered-dict@1.1.0
37
- ostrio:cstorage@3.0.1
38
- promise@0.11.2
39
- random@1.1.0
40
- reload@1.3.0
37
+ ostrio:cstorage@4.0.0
38
+ promise@0.12.0
39
+ random@1.2.0
40
+ react-fast-refresh@0.2.3
41
+ reload@1.3.1
41
42
retry@1.1.0
42
- routepolicy@1.1.0
43
- socket-stream-client@0.2.2
44
- tinytest@1.1.0
43
+ routepolicy@1.1.1
44
+ socket-stream-client@0.5.0
45
+ tinytest@1.2.1
45
46
tracker@1.2.0
46
47
underscore@1.0.10
47
- webapp@1.8.0
48
- webapp-hashing@1.0.9
48
+ webapp@1.13.1
49
+ webapp-hashing@1.1.0
Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : 'ostrio:cstorage' ,
3
- version : '3 .0.1 ' ,
3
+ version : '4 .0.0 ' ,
4
4
summary : 'Bulletproof persistent Client (Browser) storage, works with disabled Cookies and/or localStorage' ,
5
5
git : 'https://github.com/VeliovGroup/Client-Storage' ,
6
6
documentation : 'README.md'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ClientStorage" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"description" : " Bulletproof persistent browser storage, works with disabled Cookies and/or localStorage" ,
5
5
"main" : " ./client-storage.js" ,
6
6
"scripts" : {
14
14
" storage" ,
15
15
" localStorage" ,
16
16
" local storage" ,
17
+ " cookie" ,
17
18
" cookies" ,
18
19
" disabled cookies" ,
19
20
" client" ,
28
29
" storage" ,
29
30
" localStorage" ,
30
31
" local storage" ,
32
+ " cookie" ,
31
33
" cookies" ,
32
34
" disabled cookies" ,
33
35
" client" ,
You can’t perform that action at this time.
0 commit comments