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.1 to 4.0.0-alpha.2

2

dist/index.js
export { defineWalletSetup } from '@synthetixio/synpress-core';
export { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures';
export { MetaMask, unlockForFixture } from '@synthetixio/synpress-metamask';
export { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask';
{
"name": "@synthetixio/synpress",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"type": "module",

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

"dependencies": {
"@synthetixio/synpress-core": "0.0.1-alpha.1",
"@synthetixio/synpress-fixtures": "0.0.1-alpha.1",
"@synthetixio/synpress-metamask": "0.0.1-alpha.1"
"@synthetixio/synpress-core": "0.0.1-alpha.2",
"@synthetixio/synpress-fixtures": "0.0.1-alpha.2",
"@synthetixio/synpress-metamask": "0.0.1-alpha.2"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.1-alpha.1",
"@synthetixio/synpress-tsconfig": "0.0.1-alpha.2",
"@types/node": "20.11.17",

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

import { defineWalletSetup } from '@synthetixio/synpress-core'
import { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures'
import { MetaMask, unlockForFixture } from '@synthetixio/synpress-metamask'
import { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask'
export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture }
export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture, homePageSelectors }
import { defineWalletSetup } from '@synthetixio/synpress-core';
import { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures';
import { MetaMask, unlockForFixture } from '@synthetixio/synpress-metamask';
export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture };
import { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask';
export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture, homePageSelectors };
//# 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