New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typed-backend

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-backend - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

3

dist/app-core/index.js

@@ -7,2 +7,3 @@ "use strict";

const typed_backend_1 = require("typed-backend");
const config_1 = __importDefault(require("./config"));
const CoreEntityAppSetting_1 = __importDefault(require("./entity/CoreEntityAppSetting"));

@@ -29,3 +30,3 @@ const CoreEntityMaterializedStatus_1 = __importDefault(require("./entity/CoreEntityMaterializedStatus"));

exports.default = typed_backend_1.BwApplicationPackage.load({
config: require('./config').default,
config: config_1.default,
entities: [CoreEntityAppSetting_1.default, CoreEntityMaterializedStatus_1.default],

@@ -32,0 +33,0 @@ queries: [],

@@ -91,2 +91,3 @@ "use strict";

const indexFileContent = `import {BwApplicationPackage} from "typed-backend";
import config from './config'
${searchFiles(path, 'entity').importStatement}

@@ -107,3 +108,3 @@ ${searchFiles(path, 'query').importStatement}

export default BwApplicationPackage.load({
config: require('./config').default,
config: config,
entities: [${searchFiles(path, 'entity').name}],

@@ -110,0 +111,0 @@ queries: [${searchFiles(path, 'query').name}],

{
"name": "typed-backend",
"version": "0.1.5",
"version": "0.1.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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