🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sequelizejs-decorators

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelizejs-decorators - npm Package Compare versions

Comparing version
6.1.3
to
6.1.5
+3
-4
package.json
{
"name": "sequelizejs-decorators",
"version": "6.1.3",
"version": "6.1.5",
"description": "decorators for sequelize v6* ORM for NodeJS",
"main": "dist/index.js",
"types": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && npm run git && npm version patch",
"prepublishOnly": "npm run build && npm run git && npm version patch",
"postpublish": "git push",

@@ -32,3 +31,3 @@ "git": "git add . && git commit -m \"published\""

"devDependencies": {
"typescript": "4.7.2"
"typescript": "4.8.3"
},

@@ -35,0 +34,0 @@ "peerDependencies": {

@@ -17,3 +17,5 @@ {

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"strictPropertyInitialization": false,
"strict": false
},

@@ -20,0 +22,0 @@ "include": [