New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypress-template

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-template - npm Package Compare versions

Comparing version 1.0.3-alpha.2 to 1.0.3-alpha.3

13

package.json
{
"name": "cypress-template",
"version": "1.0.3-alpha.2",
"version": "1.0.3-alpha.3",
"description": "cypress template to create cypress libraries with typescript / jest / code coverage",

@@ -19,2 +19,12 @@ "main": "index.js",

"author": "Taisia Pitko (mmisty) <minydas@yandex.ru>",
"jest-junit": {
"suiteName": "jest tests",
"outputDirectory": "./reports/jest",
"outputName": "junit.xml",
"uniqueOutputName": "false",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{classname}-{title}",
"ancestorSeparator": " › ",
"usePathForSuiteName": "true"
},
"devDependencies": {

@@ -40,2 +50,3 @@ "@cypress/code-coverage": "^3.10.0",

"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^16.0.0",
"jest-test-each": "^0.9.1",

@@ -42,0 +53,0 @@ "nyc": "^15.1.0",

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