Socket
Socket
Sign inDemoInstall

mcl-wasm

Package Overview
Dependencies
0
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.9 to 0.8.0

4

browser/package.json

@@ -8,5 +8,5 @@ {

"devDependencies": {
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
}
}
{
"name": "mcl-wasm",
"version": "0.7.9",
"version": "0.8.0",
"description": "mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly",

@@ -10,2 +10,3 @@ "main": "src/index.js",

},
"types": "src/index.d.ts",
"repository": {

@@ -21,3 +22,3 @@ "type": "git",

"files": [
"src/Makefile",
"package.json",
"src/index.js",

@@ -27,12 +28,5 @@ "src/mcl.js",

"src/index.d.ts",
"browser/demo.html",
"browser/demo.js",
"browser/mcl.js",
"browser/package-lock.json",
"browser/package.json",
"browser/readme.md",
"browser/src/index-browser.js",
"browser/webpack.config.js",
"test/test.js",
"test/eth-test.js"
"browser/src/index-browser.js"
],

@@ -39,0 +33,0 @@ "author": "herumi <herumi@nifty.com> (https://github.com/herumi/)",

@@ -10,2 +10,3 @@ [![Build Status](https://github.com/herumi/mcl-wasm/actions/workflows/main.yml/badge.svg)](https://github.com/herumi/mcl-wasm/actions/workflows/main.yml)

## News
- 2021/Aug/28 improve performance of `{G1,G2}::isValidOrder()`
- 2021/Jun/22 add index.d.ts

@@ -12,0 +13,0 @@ - 2021/Mar/02 improve performance

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc