Socket
Socket
Sign inDemoInstall

cypress-localstorage-commands

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-localstorage-commands - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

8

CHANGELOG.md

@@ -14,2 +14,10 @@ # Change Log

## [1.1.6] - 2020-02-19
### Changed
- chore(deps): Add Cypress ^4.0.0 to peerDependencies
- chore(test): Update Cypress to v4.0.2 in e2e tests
- chore(deps): Update eslint-plugin-react and husky devDependencies
- chore(test): Update react-scripts devDependency in e2e tests
- docs(readme): Fix typo
## [1.1.5] - 2020-02-01

@@ -16,0 +24,0 @@ ### Changed

8

package.json
{
"name": "cypress-localstorage-commands",
"version": "1.1.5",
"version": "1.1.6",
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",

@@ -34,3 +34,3 @@ "keywords": [

"peerDependencies": {
"cypress": "^2.1.0 || ^3.0.0"
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0"
},

@@ -44,4 +44,4 @@ "dependencies": {},

"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.0",
"husky": "4.2.1",
"eslint-plugin-react": "7.18.3",
"husky": "4.2.3",
"jest": "25.1.0",

@@ -48,0 +48,0 @@ "lint-staged": "10.0.7",

@@ -85,3 +85,3 @@ [![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]

Next example shows how this package can be used to test a "cookies button" _(which theoretically set a flag into `localStorage` and can be clicked only once)_
Next example shows how this package can be used to test a "cookies button" _(which theorically sets a flag into `localStorage` and can be clicked only once)_

@@ -88,0 +88,0 @@ ```js

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