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

appium-cookies

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-cookies

Description goes here.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
46
increased by9.52%
Maintainers
1
Weekly downloads
 
Created
Source

appium-cookies

Simple cookie handling

Used to communicate and translate between JSONWire Cookies and Regular JS Cookies.

How it is used:

  • createJSCookie (key, value, options) returns a regular JS formatted cookie with the arguments given.
  • createJWPCookie (key, cookieString, converter) returns a JSONWire Protocol formatted cookie. It will convert the values if a converter is provided.
  • getValue (key, cookieString, converter) parses the cookieString for a key and returns the value. It will convert the value if a converter is provided.
  • expireCookie(key, options) returns an expired cookie which can be assigned to a cookie that you wish to delete.

Keywords

FAQs

Package last updated on 21 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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