Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@gnosis.pm/dex-js
Advanced tools
Gnosis Protocol JS integration: utils, contracts and other goodies
Gnosis Protocol JS it's library, with typescript support for Gnosis Protocol.
Gnosis Protocol introduces a new, fully decentralized exchange mechanism for ERC20 tokens with the following properties:
This library provides:
# Using yarn
yarn add @gnosis.pm/dex-js --save
#Alternatively
npm install @gnosis.pm/dex-js --save
Import the contract:
import { BatchExchangeContract } from ' @gnosis.pm/dex-js'
// Instanciate the smart contract
const web3 = new Web3()
const batchExchangeContract = new BatchExchangeContract({ web3 })
// Alternativelly provide the address
const batchExchangeContract = new BatchExchangeContract({ web3, address: '0x89593E017D4A88c60347257DAfB95384a422da09' })
If you find any issue, or you want to request a feature use https://github.com/gnosis/dex-js/issues
Pull requests are welcomed and are the best way to suggest new features.
# Install dependencies
yarn install
# Build
yarn build
# Build and watch (useful when using "npm link")
yarn build:watch
# Install dependencies
yarn install
# Run
yarn test
FAQs
Gnosis Protocol JS integration: utils, contracts and other goodies
We found that @gnosis.pm/dex-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.