@saasly/backend-events
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@saasly/backend-events", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
"main": "src/index.ts", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"dev": "( tsc -w & ) && nodemon ./index.js", | ||
"build": "rimraf ./build && tsc", | ||
"dev": "nodemon", | ||
"start": "npm run build && node build/local_run.js", | ||
"test": "jest --coverage" | ||
@@ -24,2 +26,3 @@ }, | ||
"nodemon": "^2.0.19", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.8", | ||
@@ -26,0 +29,0 @@ "ts-node": "^10.9.1", |
{ | ||
"extends": "@tsconfig/recommended/tsconfig.json", | ||
"compilerOptions": { | ||
"skipLibCheck": true, | ||
"target": "es6", | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"allowSyntheticDefaultImports": true, | ||
"allowJs": true, | ||
"importHelpers": true, | ||
"jsx": "react", | ||
"alwaysStrict": true, | ||
"sourceMap": true, | ||
"resolveJsonModule": true, | ||
"esModuleInterop": true, | ||
"outDir": "./build", | ||
"rootDir": "src", | ||
"forceConsistentCasingInFileNames": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitReturns": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noImplicitAny": false, | ||
"noImplicitThis": false, | ||
"strictNullChecks": false, | ||
"outDir": "./build", | ||
"baseUrl": ".", | ||
"strict": true, | ||
"strictNullChecks": true, | ||
"noUnusedLocals": false, | ||
"noUnusedParameters": false | ||
}, | ||
"ts-node": { | ||
// these options are overrides used only by ts-node | ||
// same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable | ||
"compilerOptions": { | ||
"module": "commonjs" | ||
} | ||
}, | ||
"include": [ | ||
"src/**/*", | ||
"__tests__/**/*" | ||
"src/**/*" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"build" | ||
"node_modules" | ||
] | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances 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
17614
12
14
394
10
1