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

@applitools/snippets

Package Overview
Dependencies
Maintainers
34
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/snippets - npm Package Compare versions

Comparing version 2.4.15 to 2.4.16

13

package.json
{
"name": "@applitools/snippets",
"version": "2.4.15",
"version": "2.4.16",
"repository": {

@@ -21,7 +21,7 @@ "type": "git",

"build:watch": "node ./rollup/cli watch --format snippet",
"test": "mocha --no-timeouts --require test/util/hook.js ./test/*.spec.js",
"test": "node ../../node_modules/.bin/mocha './test/*.spec.js' -r ./test/util/hook.js",
"test:chrome": "MOCHA_GROUP=chrome node ../../node_modules/.bin/mocha './test/*.spec.js' --grep chrome -r ./test/util/hook.js",
"test:ie": "MOCHA_GROUP=ie node ../../node_modules/.bin/mocha './test/*.spec.js' --grep 'internet explorer' -r ./test/util/hook.js",
"test:ios": "MOCHA_GROUP=ios node ../../node_modules/.bin/mocha './test/*.spec.js' --grep 'ios safari' -r ./test/util/hook.js",
"test:sanity": "yarn test:chrome",
"test:chrome": "mocha --no-timeouts --require test/util/hook.js --grep chrome ./test/*.spec.js",
"test:ie": "mocha --no-timeouts --require test/util/hook.js --grep 'internet explorer' ./test/*.spec.js",
"test:ios": "mocha --no-timeouts --require test/util/hook.js --grep 'ios safari' ./test/*.spec.js",
"deps": "bongo deps",

@@ -34,3 +34,3 @@ "preversion": "bongo preversion",

"devDependencies": {
"@applitools/bongo": "^2.2.2",
"@applitools/bongo": "^2.2.5",
"@babel/core": "^7.11.6",

@@ -46,3 +46,2 @@ "@babel/preset-env": "^7.11.5",

"glob": "^7.1.6",
"mocha": "^8.1.3",
"playwright": "1.27.1",

@@ -49,0 +48,0 @@ "prettier": "1.19.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