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

@emurgo/cross-csl-browser

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/cross-csl-browser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

6

dist/index.js

@@ -1112,2 +1112,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
get(index) {
return Promise.resolve(new Vkeywitness(this.wasm.get(index)));
}
static new() {

@@ -1170,2 +1173,5 @@ return Promise.resolve(new Vkeywitnesses(WasmV4.Vkeywitnesses.new()));

}
auxiliaryData() {
return Promise.resolve(new AuxiliaryData(this.wasm.auxiliary_data()));
}
static new(body, witnessSet, auxiliary) {

@@ -1172,0 +1178,0 @@ return Promise.resolve(new Transaction(WasmV4.Transaction.new(body.wasm, witnessSet.wasm, auxiliary === null || auxiliary === void 0 ? void 0 : auxiliary.internalWasm)));

6

package.json
{
"name": "@emurgo/cross-csl-browser",
"version": "1.0.0",
"version": "1.0.2",
"description": "",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"test": "yarn karma start",
"build": "yarn install && node_modules/typescript/bin/tsc",
"build": "yarn install && node_modules/typescript/bin/tsc --project tsconfig.build.json",
"clean": "rm -rf ./dist",

@@ -26,3 +26,3 @@ "gen-flow-defs": "node ../../generate-flow.js",

"@emurgo/cardano-serialization-lib-browser": "9.1.4",
"@emurgo/cross-csl-core": "1.0.0"
"@emurgo/cross-csl-core": "1.0.2"
},

@@ -29,0 +29,0 @@ "devDependencies": {

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