Socket
Socket
Sign inDemoInstall

@percy/core

Package Overview
Dependencies
Maintainers
1
Versions
233
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.28.2 to 1.28.3-alpha.1

11

dist/discovery.js
import logger from '@percy/logger';
import Queue from './queue.js';
import { normalizeURL, hostnameMatches, createResource, createRootResource, createPercyCSSResource, createLogResource, yieldAll, snapshotLogName, withRetries } from './utils.js';
import { sha256hash } from '@percy/client/utils';
import Pako from 'pako';
const {
PERCY_GZIP = false
} = process.env;

@@ -146,2 +151,8 @@ // Logs verbose debug logs detailing various snapshot options.

})));
if (PERCY_GZIP) {
for (let index = 0; index < resources.length; index++) {
resources[index].content = Pako.gzip(resources[index].content);
resources[index].sha = sha256hash(resources[index].content);
}
}
return {

@@ -148,0 +159,0 @@ ...snapshot,

12

dist/install.js

@@ -165,9 +165,9 @@ import fs from 'fs';

// default chromium revisions corresponds to v96.0.4664.0
// default chromium revisions corresponds to v123.0.6312.58
chromium.revisions = {
linux: '929511',
win64: '929483',
win32: '929483',
darwin: '929475',
darwinArm: '929475'
linux: '1262506',
win64: '1262500',
win32: '1262500',
darwin: '1262506',
darwinArm: '1262509'
};

@@ -174,0 +174,0 @@

{
"name": "@percy/core",
"version": "1.28.2",
"version": "1.28.3-alpha.1",
"license": "MIT",

@@ -12,3 +12,3 @@ "repository": {

"access": "public",
"tag": "latest"
"tag": "alpha"
},

@@ -47,7 +47,7 @@ "engines": {

"dependencies": {
"@percy/client": "1.28.2",
"@percy/config": "1.28.2",
"@percy/dom": "1.28.2",
"@percy/logger": "1.28.2",
"@percy/webdriver-utils": "1.28.2",
"@percy/client": "1.28.3-alpha.1",
"@percy/config": "1.28.3-alpha.1",
"@percy/dom": "1.28.3-alpha.1",
"@percy/logger": "1.28.3-alpha.1",
"@percy/webdriver-utils": "1.28.3-alpha.1",
"content-disposition": "^0.5.4",

@@ -59,2 +59,3 @@ "cross-spawn": "^7.0.3",

"mime-types": "^2.1.34",
"pako": "^2.1.0",
"path-to-regexp": "^6.2.0",

@@ -64,3 +65,3 @@ "rimraf": "^3.0.2",

},
"gitHead": "88105fef569632b816955fcd1320bcc4b218bf67"
"gitHead": "af2067cad8ac8f67dacf2cf7e28ab257e0bac12f"
}
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