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

@spscommerce/e2e-core

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spscommerce/e2e-core - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

helpers/index.ts

6

package.json
{
"name": "@spscommerce/e2e-core",
"version": "2.0.3",
"version": "2.1.0",
"description": "An automation test framework which is based on Playwright.",
"main": "./lib/",
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"build": "tsc --incremental -p tsconfig.json"
},

@@ -8,0 +10,0 @@ "repository": {

{
"include": ["./helpers"],
"compilerOptions": {
"lib": ["es2021"],
"target": "es2021",
"target": "es5",
"module": "esnext",
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
// "types": [
// ]
"sourceMap": true,
"outDir": "lib"
}
}
}
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