Comparing version 1.9.1 to 1.9.2
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "1.9.0", | ||
"version": "1.9.2", | ||
"homepage": "https://github.com/lancedikson/bowser", | ||
@@ -17,0 +17,0 @@ "scripts": [ |
# Bowser Changelog | ||
### 1.9.2 (February 5, 2018) | ||
- [FIX] Fix `typings.d.ts` — add `osname` flag to the interface | ||
### 1.9.1 (December 22, 2017) | ||
- [FIX] Fix `typings.d.ts` — add `chromium` flag to interface | ||
- [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface | ||
@@ -6,0 +9,0 @@ ### 1.9.0 (December 20, 2017) |
{ | ||
"name": "bowser", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Lightweight browser detector", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -82,6 +82,9 @@ // Type definitions for Bowser 1.x | ||
x: boolean; | ||
/**A human readable name for this browser. E.g. 'Chrome', '' */ | ||
/** A human readable name for this browser. E.g. 'Chrome', '' */ | ||
name: string; | ||
/**Version number for the browser. E.g. '32.0' */ | ||
/** Version number for the browser. E.g. '32.0' */ | ||
version: string|number; | ||
/** Name for this operating system. E.g. 'macOS' */ | ||
osname: string; | ||
/** Version number for this operating system. E.g. '10.12.6' */ | ||
osversion: string|number; | ||
@@ -88,0 +91,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1437
106177