Socket
Socket
Sign inDemoInstall

firefox-profile

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firefox-profile - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# 1.0.2
* fix TS typings and example in README
# 1.0.1
* Update async from 2.3.0 to 2.4.1 (thanks @EsrefDurna)
# 1.0.0

@@ -2,0 +10,0 @@

4

lib/firefox_profile.d.ts

@@ -73,4 +73,4 @@ declare interface ConstructorOptions {

setNativeEventsEnabled(enabled: boolean): void;
encoded(cb: (encodedProfile: string) => void): void;
encode(cb: (encodedProfile: string) => void): void;
encoded(cb: (err: any, encodedProfile: string) => void): void;
encode(cb: (err: any, encodedProfile: string) => void): void;
setProxy(proxySettings: ProxySettings): void;

@@ -77,0 +77,0 @@ }

{
"name": "firefox-profile",
"version": "1.0.1",
"version": "1.0.2",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",

@@ -5,0 +5,0 @@ "main": "lib/firefox_profile",

@@ -90,3 +90,3 @@ # firefox-profile-js

myProfile.encoded(function(encodedProfile) {
myProfile.encoded(function(err, encodedProfile) {
capabilities.set('firefox_profile', encodedProfile);

@@ -93,0 +93,0 @@

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