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

@applitools/snippets

Package Overview
Dependencies
Maintainers
21
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 1.0.0 to 1.0.1

4

.bongo/dry-run/package-lock.json

@@ -5,7 +5,7 @@ {

"dependencies": {
"@applitools/browser-snippets": {
"@applitools/snippets": {
"version": "file:../dry-run.tgz",
"integrity": "sha512-TB+Cq+IkSaSCVVEpkZfOHdXEZ0Be8Yet0cEC2DLVvDKlMMt0xKvOpNmPQQmkar/4knVXM9QO495ivrQdaEYqRQ=="
"integrity": "sha512-XPN2UhhetgBeps6fIJqpK+M86znwMwU92aBNbcVEL2OXxkl/QRNihnSZQ4usj3nDyAYHiqg/B0EblZEWajg4mg=="
}
}
}

@@ -6,2 +6,9 @@

## 1.0.1 - 2020/8/4
- Fix IE capabilities
## 1.0.0 - 2020/8/4
- First release
{
"name": "@applitools/snippets",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.js",

@@ -33,5 +33,5 @@ "license": "SEE LICENSE IN LICENSE",

"rollup-plugin-terser": "^6.1.0",
"yargs": "^15.3.1",
"webdriverio": "^6.1.24"
"webdriverio": "^6.1.24",
"yargs": "^15.3.1"
}
}

@@ -12,3 +12,2 @@ const {remote} = require('webdriverio')

capabilities: {
name: 'Snippets tests',
browserName: 'internet explorer',

@@ -18,2 +17,3 @@ browserVersion: '11.285',

'sauce:options': {
name: 'Snippets tests',
username: process.env.SAUCE_USERNAME,

@@ -20,0 +20,0 @@ accessKey: process.env.SAUCE_ACCESS_KEY,

Sorry, the diff of this file is not supported yet

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