Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tonyrl/rand-user-agent

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonyrl/rand-user-agent - npm Package Compare versions

Comparing version 2.0.17 to 2.0.18

./dist/index.cjs

13

package.json
{
"name": "@tonyrl/rand-user-agent",
"version": "2.0.17",
"version": "2.0.18",
"description": "This package is for getting latest agents and randomize it",

@@ -35,7 +35,2 @@ "keywords": [

],
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"test": ""
},
"devDependencies": {

@@ -57,3 +52,7 @@ "@types/node": "^20.3.0",

"node": ">=14.16"
},
"scripts": {
"build": "tsup",
"test": ""
}
}
}

@@ -11,5 +11,5 @@ # Random User Agent

// either works
const { randUserAgent } = require('rand-user-agent');
const { randUserAgent } = require('@tonyrl/rand-user-agent');
// or
import { randUserAgent } from 'rand-user-agent';
import { randUserAgent } from '@tonyrl/rand-user-agent';

@@ -16,0 +16,0 @@ const agent = randUserAgent('desktop');

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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