Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
b9c6a29f
Commit
b9c6a29f
authored
Sep 24, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to newest lodash
parent
7af9d2d1
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
126 additions
and
105 deletions
+126
-105
dist/converse.js
dist/converse.js
+101
-80
docs/source/configuration.rst
docs/source/configuration.rst
+3
-3
package-lock.json
package-lock.json
+21
-21
package.json
package.json
+1
-1
No files found.
dist/converse.js
View file @
b9c6a29f
This diff is collapsed.
Click to expand it.
docs/source/configuration.rst
View file @
b9c6a29f
...
...
@@ -7,10 +7,10 @@ Configuration
=============
The included minified JavaScript and CSS files can be used for demoing or testing, but
you'll want to configure
*Converse*
to suit your needs before you deploy it
you'll want to configure
Converse
to suit your needs before you deploy it
on your website.
*Converse*
is passed its configuration settings when you call its *initialize* method.
Converse
is passed its configuration settings when you call its *initialize* method.
You'll most likely want to call the *initialize* method in your HTML page. For
an example of how this is done, please see the bottom of the *./index.html* page.
...
...
@@ -18,7 +18,7 @@ an example of how this is done, please see the bottom of the *./index.html* page
Please refer to the `Configuration settings`_ section below for info on
all the available configuration settings.
After you have configured
*Converse*
, you'll have to regenerate the minified
After you have configured
Converse
, you'll have to regenerate the minified
JavaScript file so that it will include the new settings. Please refer to the
:ref:`minification` section for more info on how to do this.
...
...
package-lock.json
View file @
b9c6a29f
...
...
@@ -1379,7 +1379,7 @@
"convert-source-map"
:
"1.5.1"
,
"debug"
:
"2.6.9"
,
"json5"
:
"0.5.1"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"minimatch"
:
"3.0.4"
,
"path-is-absolute"
:
"1.0.1"
,
"private"
:
"0.1.8"
,
...
...
@@ -1415,7 +1415,7 @@
"babel-types"
:
"6.26.0"
,
"detect-indent"
:
"4.0.0"
,
"jsesc"
:
"1.3.0"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"source-map"
:
"0.5.7"
,
"trim-right"
:
"1.0.1"
},
...
...
@@ -1471,7 +1471,7 @@
"babel-helper-function-name"
:
"6.24.1"
,
"babel-runtime"
:
"6.26.0"
,
"babel-types"
:
"6.26.0"
,
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
}
},
"babel-helper-explode-assignable-expression"
:
{
...
...
@@ -1548,7 +1548,7 @@
"requires"
:
{
"babel-runtime"
:
"6.26.0"
,
"babel-types"
:
"6.26.0"
,
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
}
},
"babel-helper-remap-async-to-generator"
:
{
...
...
@@ -1770,7 +1770,7 @@
"babel-template"
:
"6.26.0"
,
"babel-traverse"
:
"6.26.0"
,
"babel-types"
:
"6.26.0"
,
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
}
},
"babel-plugin-transform-es2015-classes"
:
{
...
...
@@ -2161,7 +2161,7 @@
"babel-runtime"
:
"6.26.0"
,
"core-js"
:
"2.5.7"
,
"home-or-tmp"
:
"2.0.0"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"mkdirp"
:
"0.5.1"
,
"source-map-support"
:
"0.4.18"
}
...
...
@@ -2186,7 +2186,7 @@
"babel-traverse"
:
"6.26.0"
,
"babel-types"
:
"6.26.0"
,
"babylon"
:
"6.18.0"
,
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
},
"dependencies"
:
{
"babylon"
:
{
...
...
@@ -2211,7 +2211,7 @@
"debug"
:
"2.6.9"
,
"globals"
:
"9.18.0"
,
"invariant"
:
"2.2.4"
,
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
},
"dependencies"
:
{
"babylon"
:
{
...
...
@@ -2245,7 +2245,7 @@
"requires"
:
{
"babel-runtime"
:
"6.26.0"
,
"esutils"
:
"2.0.2"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"to-fast-properties"
:
"1.0.3"
},
"dependencies"
:
{
...
...
@@ -3676,7 +3676,7 @@
"js-yaml"
:
"3.10.0"
,
"json-stable-stringify-without-jsonify"
:
"1.0.1"
,
"levn"
:
"0.3.0"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"minimatch"
:
"3.0.4"
,
"mkdirp"
:
"0.5.1"
,
"natural-compare"
:
"1.4.0"
,
...
...
@@ -3716,7 +3716,7 @@
"integrity"
:
"sha512-zxrCPhzaO+uwZmhngb+DEBzG40CorEY61FFI3iA21w+OfSxyiD8Qx06YfBpdFMM6bfRQ8FZWCGpYW/ZScY0WZA=="
,
"dev"
:
true
,
"requires"
:
{
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
}
},
"eslint-scope"
:
{
...
...
@@ -5185,7 +5185,7 @@
"integrity"
:
"sha1-wWfSpTGcWg4JZO9qJbfC34mWyFw="
,
"dev"
:
true
,
"requires"
:
{
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
}
},
"has"
:
{
...
...
@@ -5517,7 +5517,7 @@
"cli-width"
:
"2.2.0"
,
"external-editor"
:
"2.2.0"
,
"figures"
:
"2.0.0"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"mute-stream"
:
"0.0.7"
,
"run-async"
:
"2.3.0"
,
"rx-lite"
:
"4.0.8"
,
...
...
@@ -6020,7 +6020,7 @@
"babylon"
:
"7.0.0-beta.47"
,
"colors"
:
"1.3.0"
,
"flow-parser"
:
"0.75.0"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"micromatch"
:
"2.3.11"
,
"neo-async"
:
"2.5.1"
,
"node-dir"
:
"0.1.8"
,
...
...
@@ -6557,9 +6557,9 @@
}
},
"lodash"
:
{
"version"
:
"4.17.
4
"
,
"resolved"
:
"https://registry.npmjs.org/lodash/-/lodash-4.17.
4
.tgz"
,
"integrity"
:
"sha
1-eCA6TRwyiuHYbcpkYONptX9AVa4
="
,
"version"
:
"4.17.
10
"
,
"resolved"
:
"https://registry.npmjs.org/lodash/-/lodash-4.17.
10
.tgz"
,
"integrity"
:
"sha
512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg=
="
,
"dev"
:
true
},
"lodash-template-loader"
:
{
...
...
@@ -6574,7 +6574,7 @@
"requires"
:
{
"fastparse"
:
"1.1.1"
,
"loader-utils"
:
"0.2.17"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"source-map"
:
"0.5.7"
},
"dependencies"
:
{
...
...
@@ -12761,7 +12761,7 @@
"integrity"
:
"sha512-FgrSayXWfQQWL+RSDiCAFZbkEsY7hTZCiSuN9Ar/mcHpesxOPfrSzJKp+YbimOt9QFtSd+lR8Uob5tgkdQSOzg=="
,
"dev"
:
true
,
"requires"
:
{
"lodash"
:
"4.17.
4
"
"lodash"
:
"4.17.
10
"
}
},
"pluralize"
:
{
...
...
@@ -14134,7 +14134,7 @@
"ajv"
:
"5.5.2"
,
"ajv-keywords"
:
"2.1.1"
,
"chalk"
:
"2.3.2"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"slice-ansi"
:
"1.0.0"
,
"string-width"
:
"2.1.1"
},
...
...
@@ -14901,7 +14901,7 @@
"babylon"
:
"6.18.0"
,
"colors"
:
"1.3.0"
,
"flow-parser"
:
"0.75.0"
,
"lodash"
:
"4.17.
4
"
,
"lodash"
:
"4.17.
10
"
,
"micromatch"
:
"2.3.11"
,
"node-dir"
:
"0.1.8"
,
"nomnom"
:
"1.8.1"
,
...
...
package.json
View file @
b9c6a29f
...
...
@@ -64,7 +64,7 @@
"
jquery
"
:
"
3.2.1
"
,
"
jsdoc
"
:
"
^3.5.5
"
,
"
jshint
"
:
"
^2.9.4
"
,
"
lodash
"
:
"
4.17.
4
"
,
"
lodash
"
:
"
4.17.
10
"
,
"
lodash-template-loader
"
:
"
^2.0.0
"
,
"
lodash-template-webpack-loader
"
:
"
jcbrand/lodash-template-webpack-loader
"
,
"
long
"
:
"
^3.1.0
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment