You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cypress-auth0-simulator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-auth0-simulator - npm Package Compare versions

Comparing version

to
1.0.8

src/commands/auth0-js/auth.ts
Cypress Auth0 Simulator
## [1.0.8](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/compare/v1.0.7...v1.0.8) (2023-10-17)
### Bug Fixes
* attempt [#3](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/issues/3) at fixing import errors when used in Cypress through build package ([9194d3e](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/commit/9194d3ed8aba130926da3d03810166a416172ed3))
## [1.0.7](https://github.com/JasonLandbridge/Cypress-Auth0-Simulator/compare/v1.0.6...v1.0.7) (2023-10-17)

@@ -4,0 +11,0 @@

15

package.json
{
"name": "cypress-auth0-simulator",
"version": "1.0.7",
"version": "1.0.8",
"author": "Jason Landbridge <jasonlandbridge@protonmail.com>",

@@ -13,3 +13,2 @@ "description": "Auth0 integration plugin for Cypress",

],
"main": "dist/index.js",
"module": "dist/index.js",

@@ -19,3 +18,2 @@ "types": "dist/types.d.ts",

"license": "MIT",
"type": "module",
"exports": {

@@ -35,12 +33,5 @@ ".": {

},
"typesVersions": {
"*": {
"*": [
"dist/index.d.ts",
"dist/utils/encrypt.d.ts"
]
}
},
"files": [
"dist",
"src",
"CHANGELOG.md",

@@ -70,3 +61,3 @@ "README.md"

"test": "npm run test:auth0-react:headless && npm run test:nextjs-auth0:headless && npm run test:cra:headless && npm run test:auth0-vue:headless",
"build": "tsc --build tsconfig.json ",
"build": "tsc -p tsconfig.json ",
"type-check": "tsc --noEmit",

@@ -73,0 +64,0 @@ "lint": "eslint --ignore-path .eslintignore --ext .js,.ts",