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

@kablamo/kerosene-test

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kablamo/kerosene-test - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

package.json
{
"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"

4

src/cypress/support/commands.js

@@ -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);
});
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