1.3.6 • Published 4 years ago

platform v1.3.6

Weekly downloads
1,652,421
License
MIT
Repository
github
Last release
4 years ago

Platform.js v1.3.5

A platform detection library that works on nearly all JavaScript platforms.

Disclaimer

Platform.js is for informational purposes only & not intended as a substitution for feature detection/inference checks.

Documentation

Installation

In a browser:

<script src="platform.js"></script>

In an AMD loader:

require(['platform'], function(platform) {/*…*/});

Using npm:

$ npm i --save platform

In Node.js:

var platform = require('platform');

Usage example:

// on IE10 x86 platform preview running in IE7 compatibility mode on Windows 7 64 bit edition
platform.name; // 'IE'
platform.version; // '10.0'
platform.layout; // 'Trident'
platform.os; // 'Windows Server 2008 R2 / 7 x64'
platform.description; // 'IE 10.0 x86 (platform preview; running in IE 7 mode) on Windows Server 2008 R2 / 7 x64'

// or on an iPad
platform.name; // 'Safari'
platform.version; // '5.1'
platform.product; // 'iPad'
platform.manufacturer; // 'Apple'
platform.layout; // 'WebKit'
platform.os; // 'iOS 5.0'
platform.description; // 'Safari 5.1 on Apple iPad (iOS 5.0)'

// or parsing a given UA string
var info = platform.parse('Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7.2; en; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 11.52');
info.name; // 'Opera'
info.version; // '11.52'
info.layout; // 'Presto'
info.os; // 'Mac OS X 10.7.2'
info.description; // 'Opera 11.52 (identifying as Firefox 4.0) on Mac OS X 10.7.2'

Support

Tested in Chrome 82-83, Firefox 77-78, IE 11, Edge 82-83, Safari 12-13, Node.js 4-14, & PhantomJS 2.1.1.

BestieJS

Platform.js is part of the BestieJS “Best in Class” module collection. This means we promote solid browser/environment support, ES5+ precedents, unit testing, & plenty of documentation.

@next/react-dev-overlay@niftywell/vue-erdjsbigby-trackertest-sideex-webservicemoonpay-apivtms-subtitle-edit-ui@bdk-pixi/webtimefibersimeetingweb@tyler8812/my_testing_api@tyler8812/sideex-apiweb-log-sdkdynos.viewer.component@tyler8812/ademioali-oss-weiyieali-oss-weiyie1@alaka/loggertelebugzd-vue-eledemo-sdk-33188tzar-componentstzar-corewlite-avsdk-vod-upload-node-userswlite-avsdk-vod-upload-node-v2-ucustomer-service-im-js-sdk4customer-service-im-js-sdk5ali-oss-weiyiweiyie-test-ts-ali-ossvpvideo-browseropenvidu-browser-qligierreact-share-cb@siaikin/juphoon-web-sdk@gen-tech/scroll-managerge-mediacogoportutilsnotespod-ali-ossame-tracker-weblive_dealer_roulette@everything-registry/sub-chunk-2445@uniqys/qurage-link-libsoul-sdkgoolytics@thg303/react-shareali-oss-xcbclojure-modecoda-terminal-in-reactcozy-housecontent-tracer-vvcorporate-frontend-mithrildanta-ali-ossdata-trackcustom-terminal-in-reactcrowievdelo-cli-apieditorcoreedp-testerdjs-vueemg-apiempanalyticsempanalytics-devfastify-cspfeedback-windowfeedback-popupfireblocks-sdkecma6_boilerplateegg-securitye2bforked-react-shortcutsfraud-watch-browser-fingerprinteyesonflow-builder-threeguld-envgranitegrayconsolegramene-genetree-visgramene-search-visgenerator-react-native-tvosgatsbygeneric-fsfx-antv-appgoogle-sheets-benchmarkdop-website-sdkds-reqs-acquisitiondollynhodittodether-react-mapdeskbookersdota2-manta-config-engine-appdt-enginedyna-detect-envdyna-ui-comboboxhobs-clihusagi-point-sdkhoney-chartshoneybadger-sdkhelmet-csp-uchcw-stream-libhyperlink-middlewarehz-tracker
1.3.6

4 years ago

1.3.5

7 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

9 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

12 years ago

0.4.0

13 years ago

0.3.1

13 years ago

0.3.0

13 years ago

0.2.0

13 years ago

0.1.337

13 years ago