grainstack
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "grainstack", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A succinct (API-first) way of building fine-grained, three-tier web apps.", |
@@ -35,3 +35,3 @@ { | ||
"transform-web": "web-imports build/web --prefix '/web/node_modules/' --write", | ||
"postinstall": "npm run install-backend && npm run install-common && npm run install-web", | ||
"postinstall": "yarn sls dynamodb install && npm run install-backend && npm run install-common && npm run install-web", | ||
"install-backend": "cd src/backend && yarn && cd ../../", | ||
@@ -57,2 +57,3 @@ "install-common": "cd src/common && yarn && cd ../../", | ||
"prettier": "^2.8.4", | ||
"serverless": "^3.28.1", | ||
"serverless-domain-manager": "^6.4.3", | ||
@@ -59,0 +60,0 @@ "serverless-dynamodb-local": "^0.2.40", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
2964483