Socket
Socket
Sign inDemoInstall

yu-judge-browser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yu-judge-browser - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "yu-judge-browser",
"version": "1.0.3",
"version": "1.0.4",
"description": "a simple plugin develop cli with babel",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,16 +0,15 @@

## Introduce
## Introduce
this is a simple script use useragent to judge browser
## Quick to start
Using npm:
```shell
$ npm install --save yu-judge-browser
$ import browser from 'yu-judge-browser'
```
install:
`npm install --save yu-judge-browser `
import:
`import browser from 'yu-judge-browser' `
## Example
```js
console.log(browser)
console.log(browser)
{

@@ -33,5 +32,6 @@ "versions":{

}"
```
## JSDoc
```jsdoc
* @returns {object[]} versions - true or false of different terminals

@@ -51,8 +51,6 @@ * @returns {boolean} [versions[].trident] - is ie ?

* @returns {string} language - language of this web
```
## Links
##### github
see https://github.com/watanabeyu0709/yu-judge-browser
##### npm
see https://www.npmjs.com/package/yu-judge-browser
[![github](http://p0kpwl4c8.bkt.clouddn.com/icon/github_c.png!icon_sm "https://github.com/watanabeyu0709/yu-judge-browser")](https://github.com/watanabeyu0709/yu-judge-browser)
[![npm](http://p0kpwl4c8.bkt.clouddn.com/icon/npm_c.png!icon_sm "https://www.npmjs.com/package/yu-judge-browser")](https://www.npmjs.com/package/yu-judge-browser)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc