Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zk-kit/poseidon-cipher

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zk-kit/poseidon-cipher - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

106

package.json
{
"name": "@zk-kit/poseidon-cipher",
"version": "0.3.0",
"description": "Poseidon encryption and decryption in TypeScript.",
"type": "module",
"license": "MIT",
"keywords": [
"typescript",
"poseidon",
"cryptography",
"encryption",
"decryption",
"ciphertext",
"plaintext"
],
"iife": "dist/index.iife.js",
"unpkg": "dist/index.iife.min.js",
"jsdelivr": "dist/index.iife.min.js",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/poseidon-cipher",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
"prepublishOnly": "yarn build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@zk-kit/eddsa-poseidon": "0.1.0",
"circomlibjs": "^0.0.8",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@zk-kit/baby-jubjub": "0.2.0",
"@zk-kit/utils": "0.3.0"
"name": "@zk-kit/poseidon-cipher",
"version": "0.3.1",
"description": "Poseidon encryption and decryption in TypeScript.",
"type": "module",
"license": "MIT",
"keywords": [
"typescript",
"poseidon",
"cryptography",
"encryption",
"decryption",
"ciphertext",
"plaintext"
],
"iife": "dist/index.iife.js",
"unpkg": "dist/index.iife.min.js",
"jsdelivr": "dist/index.iife.min.js",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
}
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/poseidon-cipher",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
"prepublishOnly": "yarn build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@zk-kit/eddsa-poseidon": "0.1.0",
"circomlibjs": "^0.0.8",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@zk-kit/baby-jubjub": "1.0.1",
"@zk-kit/utils": "1.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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