ah-sequelize-plugin
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -5,3 +5,3 @@ { | ||
"description": "I use sequelize in actionhero as an ORM", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"homepage": "http://actionherojs.com", | ||
@@ -32,4 +32,4 @@ "repository": { | ||
"scripts": { | ||
"postinstall": "scripts/postinstall.js" | ||
"postinstall": "node scripts/postinstall.js" | ||
} | ||
} |
@@ -57,3 +57,3 @@ # ah-sequelize-plugin | ||
passwordSalt: DataTypes.TEXT, | ||
createdAt: DataTypes.DATE | ||
createdAt: DataTypes.DATE, | ||
updatedAt: DataTypes.DATE | ||
@@ -60,0 +60,0 @@ }) |
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
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
13106
7