@hypermode/functions-as
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"options": { | ||
"transform": ["json-as/transform"] | ||
"transform": ["./transform", "json-as/transform"] | ||
} | ||
} |
{ | ||
"name": "@hypermode/functions-as", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "Hypermode library for AssemblyScript functions", | ||
@@ -9,2 +9,3 @@ "author": "Hypermode, Inc.", | ||
"scripts": { | ||
"pretest": "$npm_execpath list @as-pect/cli || $npm_execpath install --no-save --no-audit @as-pect/cli", | ||
"test": "asp --verbose", | ||
@@ -17,6 +18,6 @@ "pretty": "prettier --write .", | ||
"dependencies": { | ||
"json-as": "^0.7.3" | ||
"json-as": "^0.7.3", | ||
"xid-ts": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@as-pect/cli": "^8.1.0", | ||
"@typescript-eslint/eslint-plugin": "^7.1.1", | ||
@@ -23,0 +24,0 @@ "@typescript-eslint/parser": "^7.1.1", |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
17019
7
19
523
2
4
1
+ Addedxid-ts@^1.1.0
+ Addedxid-ts@1.1.4(transitive)