universal-user-agent
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "universal-user-agent", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Get a user agent string across all JavaScript Runtime Environments", |
@@ -9,4 +9,3 @@ # universal-user-agent | ||
```js | ||
const { getUserAgent } = require("universal-user-agent"); | ||
// or import { getUserAgent } from "universal-user-agent"; | ||
import { getUserAgent } from "universal-user-agent"; | ||
@@ -13,0 +12,0 @@ const userAgent = getUserAgent(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
8127
20