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

@cypress/schematic

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/schematic - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [@cypress/schematic-v1.5.1](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.5.0...@cypress/schematic-v1.5.1) (2021-09-10)
### Bug Fixes
* **cypress/schematic:** add edge to list of allowed browsers ([#17637](https://github.com/cypress-io/cypress/issues/17637)) ([49de24f](https://github.com/cypress-io/cypress/commit/49de24f6178e0ef7bfd654c3efc0bfa8008e962e))
# [@cypress/schematic-v1.5.0](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.4.2...@cypress/schematic-v1.5.0) (2021-07-20)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cypress/schematic",
"version": "1.5.0",
"version": "1.5.1",
"description": "Official Cypress schematic for the Angular CLI",

@@ -5,0 +5,0 @@ "private": false,

@@ -5,3 +5,3 @@ import { JsonObject } from '@angular-devkit/core';

configFile: string | false;
browser: 'electron' | 'chrome' | 'chromium' | 'canary' | 'firefox' | string;
browser: 'electron' | 'chrome' | 'chromium' | 'canary' | 'firefox' | 'edge' | string;
devServerTarget: string;

@@ -8,0 +8,0 @@ env: Record<string, string>;

@@ -30,3 +30,4 @@ {

"canary",
"firefox"
"firefox",
"edge"
]

@@ -33,0 +34,0 @@ },

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