New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vocdoni/common

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vocdoni/common - npm Package Versions

1.15.4

Diff
emmdim
published 1.15.4 •

Changelog

Source

1.15.4

  • Version bump for voting package
brickpop
published 1.15.3 •

Changelog

Source

1.15.3

  • Version bump for common, client, data-models and voting packages
brickpop
published 1.15.2 •

Changelog

Source

1.15.2

  • Fixing the double source of truth problem with the process status
marcvelmer
published 1.15.1 •

Changelog

Source

1.15.1

  • Removing the unneeded walletOrSigner parameter from Voting.packageSignedEnvelope
brickpop
published 1.15.0 •

Changelog

Source

1.15.0

  • Adding support for Anonymous voting, using ZK Snarks
  • Census.addClaim, Census.addClaimBulk and Census.registerVoterKey now don't receive the isDigested parameter.
  • generateProof now returns the siblings and the weight
  • IProofArbo, IProofCA and IProofEVM now require a weight bigint
  • Adding VotingApi.registerVotingKey
  • Implementing Voting.packageAnonymousEnvelope
  • Adding Voting.getAnonymousVoteNullifier()
  • [Breaking]
    • VotingApi.getProcessId, VotingApi.packageAnonymousEnvelope, VotingApi.packageVoteContent, VotingApi.packageSignedProof and VotingApi.getSignedVoteNullifier are moved from VotingApi to the Voting namespace
  • CAbundleprotobuf is now exported from @vocdoni/data-models as CAbundle
brickpop
published 1.14.1 •
brickpop
published 1.14.0 •

Changelog

Source

1.14.0

  • Major internal refactor. The codebase is now structured in independent packages.

Breaking changes:

  • CensusErc20Api.isRegistered, CensusErc20Api.getTokenAddressAt and CensusErc20Api.getTokenCount are now Erc20TokensApi.isRegistered, Erc20TokensApi.getTokenAddressAt and Erc20TokensApi.getTokenCount
  • VotingOracleApi.newProcessErc20()
    • Now expecting tokenDetails as the second parameter
    • See VotingOracleApi.newProcessErc20 comment in packages > voting > src > voting.ts
  • VotingApi.registerVoterKey is now CensusOnChainApi.registerVoterKey