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

@cypress/angular

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/angular - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

dist/index.js

@@ -111,2 +111,3 @@

function bootstrapModule(component, config) {
var _a;
const testModuleMetaData = __rest(config, ["componentProperties"]);

@@ -129,3 +130,3 @@ if (!testModuleMetaData.declarations) {

// check if the component is a standalone component
if (component.ɵcmp.standalone) {
if ((_a = component.ɵcmp) === null || _a === void 0 ? void 0 : _a.standalone) {
testModuleMetaData.imports.push(component);

@@ -132,0 +133,0 @@ }

{
"name": "@cypress/angular",
"version": "2.0.0",
"version": "2.0.1",
"description": "Test Angular Components using Cypress",

@@ -5,0 +5,0 @@ "main": "dist/index.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