@harmoniclabs/plu-ts
Advanced tools
Comparing version 0.1.4 to 0.1.7
{ | ||
"name": "@harmoniclabs/plu-ts", | ||
"version": "0.1.4", | ||
"version": "0.1.7", | ||
"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": "./dist/index.js", | ||
"types": "./dist/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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
1
0
0
4801
5
3
0
2
No
- Removedtypescript@^4.6.3
- Removedtypescript@4.9.5(transitive)