@zk-kit/poseidon-cipher
Advanced tools
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3031160
+ Added@zk-kit/baby-jubjub@1.0.1(transitive)
+ Added@zk-kit/utils@1.0.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedieee754@1.2.1(transitive)
- Removed@zk-kit/baby-jubjub@0.2.0(transitive)
- Removed@zk-kit/utils@0.3.0(transitive)
Updated@zk-kit/baby-jubjub@1.0.1
Updated@zk-kit/utils@1.0.0