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

thor-devkit

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thor-devkit - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4-beta

dist/abi.mjs

12

package.json
{
"name": "thor-devkit",
"version": "1.3.3",
"version": "1.3.4-beta",
"description": "Typescript library to aid DApp development on VeChain Thor",
"main": "dist/index.js",
"module": "esm/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"esm"
"dist"
],
"scripts": {
"build": "rm -rf dist/ esm/ && tsc -d -p . && tsc --module esnext --outDir 'esm' -p .",
"build": "rm -rf dist/ && tsc -m esnext -d -p . && renamer --find js --replace mjs 'dist/**' && tsc -p .",
"lint": "tslint -p .",
"prepare": "npm run build",
"prepack": "npm run build",
"test": "tslint -p . && NODE_ENV=test mocha --require ts-node/register --timeout 20000 --recursive './**/*.test.ts'",

@@ -72,2 +71,3 @@ "cover": "NODE_ENV=test nyc npm t",

"nyc": "^14.1.1",
"renamer": "^2.0.1",
"ts-node": "^8.3.0",

@@ -74,0 +74,0 @@ "tslint": "^5.11.0",

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