@kablamo/kerosene-test
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@kablamo/kerosene-test", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": { | ||
@@ -12,3 +12,4 @@ "type": "git", | ||
}, | ||
"contributors": [{ | ||
"contributors": [ | ||
{ | ||
"name": "Kablamo", | ||
@@ -15,0 +16,0 @@ "url": "https://www.kablamo.com.au" |
@@ -9,4 +9,4 @@ Cypress.Commands.add("visitStorybook", (path, storybookName, options = {}) => { | ||
}); | ||
Cypress.Commands.add("testId", testId => { | ||
cy.get(`[data-test-id="${testId}"]`); | ||
Cypress.Commands.add("testId", (testId, options) => { | ||
cy.get(`[data-test-id="${testId}"]`, options); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12120
13
239
1