@spinajs/templates
Advanced tools
Comparing version 2.0.86 to 2.0.87
{ | ||
"name": "@spinajs/templates", | ||
"version": "2.0.86", | ||
"version": "2.0.87", | ||
"description": "templates support eg. html file generation", | ||
"exports": "./lib/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/mjs/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/mjs/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
}, | ||
"type": "module", | ||
@@ -14,2 +22,3 @@ "private": false, | ||
"compile": "tsc -b tsconfig.json", | ||
"compile:cjs": "tsc -b tsconfig.cjs.json", | ||
"rimraf": "./node_modules/rimraf/bin.js", | ||
@@ -29,3 +38,3 @@ "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo", | ||
], | ||
"types": "lib", | ||
"repository": { | ||
@@ -53,8 +62,8 @@ "type": "git", | ||
"dependencies": { | ||
"@spinajs/cli": "^2.0.86", | ||
"@spinajs/configuration": "^2.0.86", | ||
"@spinajs/di": "^2.0.86", | ||
"@spinajs/exceptions": "^2.0.86", | ||
"@spinajs/intl": "^2.0.86", | ||
"@spinajs/log": "^2.0.86", | ||
"@spinajs/cli": "^2.0.87", | ||
"@spinajs/configuration": "^2.0.87", | ||
"@spinajs/di": "^2.0.87", | ||
"@spinajs/exceptions": "^2.0.87", | ||
"@spinajs/intl": "^2.0.87", | ||
"@spinajs/log": "^2.0.87", | ||
"tempfile": "4.0.0" | ||
@@ -61,0 +70,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance 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
173014
36
459
2
1
Updated@spinajs/cli@^2.0.87
Updated@spinajs/di@^2.0.87
Updated@spinajs/exceptions@^2.0.87
Updated@spinajs/intl@^2.0.87
Updated@spinajs/log@^2.0.87