Socket
Socket
Sign inDemoInstall

@synthetixio/synpress

Package Overview
Dependencies
Maintainers
7
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synthetixio/synpress - npm Package Compare versions

Comparing version 4.0.0-alpha.3 to 4.0.0-alpha.5

2

dist/cli.js
#!/usr/bin/env node
import { cliEntrypoint } from '@synthetixio/synpress-core';
import { cliEntrypoint } from '@synthetixio/synpress-cache';

@@ -4,0 +4,0 @@ cliEntrypoint().catch((err) => {

@@ -1,3 +0,4 @@

export { defineWalletSetup } from '@synthetixio/synpress-core';
export { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures';
export { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask';
export { EthereumWalletMock, ethereumWalletMockFixtures } from '@synthetixio/ethereum-wallet-mock';
export { defineWalletSetup } from '@synthetixio/synpress-cache';
export { testWithSynpress } from '@synthetixio/synpress-core';
export { MetaMask, getExtensionId, metaMaskFixtures } from '@synthetixio/synpress-metamask';
{
"name": "@synthetixio/synpress",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.5",
"type": "module",

@@ -18,8 +18,9 @@ "exports": {

"dependencies": {
"@synthetixio/synpress-core": "0.0.1-alpha.3",
"@synthetixio/synpress-fixtures": "0.0.1-alpha.3",
"@synthetixio/synpress-metamask": "0.0.1-alpha.3"
"@synthetixio/ethereum-wallet-mock": "0.0.1-alpha.5",
"@synthetixio/synpress-cache": "0.0.1-alpha.5",
"@synthetixio/synpress-core": "0.0.1-alpha.5",
"@synthetixio/synpress-metamask": "0.0.1-alpha.5"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.1-alpha.3",
"@synthetixio/synpress-tsconfig": "0.0.1-alpha.5",
"@types/node": "20.11.17",

@@ -26,0 +27,0 @@ "rimraf": "5.0.5",

#!/usr/bin/env node
import { cliEntrypoint } from '@synthetixio/synpress-core'
import { cliEntrypoint } from '@synthetixio/synpress-cache'

@@ -5,0 +5,0 @@ cliEntrypoint().catch((err) => {

@@ -1,5 +0,17 @@

import { defineWalletSetup } from '@synthetixio/synpress-core'
import { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures'
import { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask'
import { EthereumWalletMock, ethereumWalletMockFixtures } from '@synthetixio/ethereum-wallet-mock'
import { defineWalletSetup } from '@synthetixio/synpress-cache'
import { testWithSynpress } from '@synthetixio/synpress-core'
import { MetaMask, getExtensionId, metaMaskFixtures } from '@synthetixio/synpress-metamask'
export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture, homePageSelectors }
export {
// Framework fixtures
testWithSynpress,
ethereumWalletMockFixtures,
metaMaskFixtures,
// API
MetaMask,
EthereumWalletMock,
// Helpers
defineWalletSetup,
getExtensionId
}

@@ -1,5 +0,6 @@

import { defineWalletSetup } from '@synthetixio/synpress-core';
import { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures';
import { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask';
export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture, homePageSelectors };
import { EthereumWalletMock, ethereumWalletMockFixtures } from '@synthetixio/ethereum-wallet-mock';
import { defineWalletSetup } from '@synthetixio/synpress-cache';
import { testWithSynpress } from '@synthetixio/synpress-core';
import { MetaMask, getExtensionId, metaMaskFixtures } from '@synthetixio/synpress-metamask';
export { testWithSynpress, ethereumWalletMockFixtures, metaMaskFixtures, MetaMask, EthereumWalletMock, defineWalletSetup, getExtensionId };
//# sourceMappingURL=index.d.ts.map

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