Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
29
Maintainers
42
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

15

CHANGELOG.md
# Changelog
## [1.4.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core-base@1.3.0...js/core-base@1.4.0) (2023-07-10)
### Features
* support custom property per renderer ([#1715](https://github.com/applitools/eyes.sdk.javascript1/issues/1715)) ([8cf6b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/8cf6b1fb0563b2485ca18eebc2efd236c2287db8))
### Dependencies
* @applitools/image bumped from 1.0.36 to 1.1.0
#### Features
* prevent animated gif images from playing in ufg ([#1721](https://github.com/applitools/eyes.sdk.javascript1/issues/1721)) ([30f39cc](https://github.com/applitools/eyes.sdk.javascript1/commit/30f39cc8ef2cdfa1d85bd7a0037b818db1b52e1b))
## [1.3.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core-base@1.2.1...js/core-base@1.3.0) (2023-07-05)

@@ -4,0 +19,0 @@

4

package.json
{
"name": "@applitools/core-base",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "https://applitools.com",

@@ -45,3 +45,3 @@ "bugs": {

"dependencies": {
"@applitools/image": "1.0.36",
"@applitools/image": "1.1.0",
"@applitools/logger": "2.0.5",

@@ -48,0 +48,0 @@ "@applitools/req": "1.4.0",

@@ -166,3 +166,3 @@ /// <reference types="node" />

}
type CustomProperty = {
export type CustomProperty = {
name: string;

@@ -169,0 +169,0 @@ value: string;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc