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.0.3 to 1.0.4

15

package.json
{
"name": "@percy/core",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

@@ -30,3 +30,4 @@ "repository": {

"./install": "./dist/install.js",
"./test/helpers": "./test/helpers/index.js"
"./test/helpers": "./test/helpers/index.js",
"./test/helpers/server": "./test/helpers/server.js"
},

@@ -42,6 +43,6 @@ "scripts": {

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

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

},
"gitHead": "a259d5cff0933711bced21a979c577e70765d318"
"gitHead": "db5b67f953f01c9a6d13b7a5a1d701ab983215cc"
}

@@ -25,6 +25,6 @@ import { resetPercyConfig, mockfs as mfs, fs } from '@percy/config/test/helpers';

} = {}) {
await api.mock({ delay: apiDelay });
await logger.mock({ isTTY: loggerTTY });
await api.mock({ delay: apiDelay });
resetPercyConfig(resetConfig);
mockfs(filesystem);
await resetPercyConfig(resetConfig);
await mockfs(filesystem);
}

@@ -31,0 +31,0 @@

@@ -1,2 +0,2 @@

// aliased to src for coverage during tests without needing to compile this file
// aliased to src during tests
import Server from '../../dist/server.js';

@@ -3,0 +3,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