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

@harmoniclabs/plu-ts

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmoniclabs/plu-ts - npm Package Compare versions

Comparing version 0.1.4 to 0.1.6

20

package.json
{
"name": "@harmoniclabs/plu-ts",
"version": "0.1.4",
"version": "0.1.6",
"description": "An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript",
"main": "./src/index.ts",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {

@@ -11,4 +11,12 @@ "test": "jest",

"test-watch": "jest --watchman",
"test-coverage": "jest --coverage"
"test-coverage": "jest --coverage",
"build": "tsc #config in tsconfig.json",
"run": "node dist/my-app.js",
"build:watch": "tsc --watch",
"run:watch": "nodemon dist/my-app.js --watch dist",
"start": "npm-run-all --parallel build:watch run:watch"
},
"files": [
"dist"
],
"publishConfig": {

@@ -45,6 +53,6 @@ "registry": "https://registry.npmjs.org"

"dependencies": {
"buffer": "^6.0.3",
"typescript": "^4.6.3"
"buffer": "^6.0.3"
},
"devDependencies": {
"typescript": "^4.6.3",
"@babel/preset-env": "^7.18.6",

@@ -51,0 +59,0 @@ "@babel/preset-typescript": "^7.18.6",

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