Socket
Socket
Sign inDemoInstall

@percy/core

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/core - npm Package Compare versions

Comparing version 1.22.0 to 1.23.0

40

dist/config.js

@@ -610,2 +610,42 @@ // Common config options used in Percy commands

}
},
ignoredElementsData: {
type: 'object',
additionalProperties: false,
required: ['ignoreElementsData'],
properties: {
ignoreElementsData: {
type: 'array',
items: {
type: 'object',
additionalProperties: false,
properties: {
selector: {
type: 'string'
},
coOrdinates: {
type: 'object',
properties: {
top: {
type: 'integer',
minimum: 0
},
left: {
type: 'integer',
minimum: 0
},
bottom: {
type: 'integer',
minimum: 0
},
right: {
type: 'integer',
minimum: 0
}
}
}
}
}
}
}
}

@@ -612,0 +652,0 @@ }

12

package.json
{
"name": "@percy/core",
"version": "1.22.0",
"version": "1.23.0",
"license": "MIT",

@@ -42,6 +42,6 @@ "repository": {

"dependencies": {
"@percy/client": "1.22.0",
"@percy/config": "1.22.0",
"@percy/dom": "1.22.0",
"@percy/logger": "1.22.0",
"@percy/client": "1.23.0",
"@percy/config": "1.23.0",
"@percy/dom": "1.23.0",
"@percy/logger": "1.23.0",
"content-disposition": "^0.5.4",

@@ -57,3 +57,3 @@ "cross-spawn": "^7.0.3",

},
"gitHead": "473ae8925585bc77f584bbcaa7058fc967bd3c61"
"gitHead": "cd9a0de3f51233e414cd2657997ce02e8faa19e2"
}
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