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

@dfns/blockchain-integration

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/blockchain-integration - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js

10

package.json
{
"name": "@dfns/blockchain-integration",
"version": "1.0.0",
"version": "1.0.1",
"description": "Blockchain integration Kit for DFNS",
"main": "index.js",
"scripts": {
"test": "jest"
"clean": "rimraf ./dist",
"build": "node_modules/.bin/tsc",
"test": "jest spec",
"cleanBuild": "npm run clean && npm run build"
},

@@ -15,4 +18,5 @@ "author": "",

"devDependencies": {
"@types/node-fetch": "^2.5.10"
"@types/node-fetch": "^2.5.10",
"typescript": "^4.2.4"
}
}
import { Signer } from "../signer";
const { Router } = require("lambda-router");
import { ALBEvent } from "aws-lambda";

@@ -6,0 +5,0 @@ export function createLambdaHandler(WalletImplementation: any, prefix: string) {

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