Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saasly/backend-events

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saasly/backend-events - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/extras/getConnection.js

9

package.json
{
"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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc