Skip to content

Commit 139fbc3

Browse files
committed
Securing the 0.7.x version (issue #536)
1 parent 8fe448f commit 139fbc3

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ua-parser-js",
3-
"version": "0.7.28",
3+
"version": "0.7.30",
44
"authors": [
55
"Faisal Salman <[email protected]>"
66
],

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'faisalman:ua-parser-js',
3-
version: '0.7.28',
3+
version: '0.7.30',
44
summary: 'Lightweight JavaScript-based user-agent string parser',
55
git: 'https://github.com/faisalman/ua-parser-js.git',
66
documentation: 'readme.md'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "UAParser.js",
33
"name": "ua-parser-js",
4-
"version": "0.7.28",
4+
"version": "0.7.30",
55
"author": "Faisal Salman <[email protected]> (http://faisalman.com)",
66
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
77
"keywords": [

SECURITY.md renamed to security.md

File renamed without changes.

src/ua-parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/////////////
1818

1919

20-
var LIBVERSION = '0.7.28',
20+
var LIBVERSION = '0.7.30',
2121
EMPTY = '',
2222
UNKNOWN = '?',
2323
FUNC_TYPE = 'function',

0 commit comments

Comments
 (0)