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

create-bouncecode-library

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-bouncecode-library - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

2

package.json
{
"name": "create-bouncecode-library",
"version": "0.1.17",
"version": "0.1.18",
"description": "CLI for BounceCode library",

@@ -5,0 +5,0 @@ "repository": "bouncecode/create-bouncecode-library",

@@ -11,3 +11,3 @@ const { DATABASE } = require("./env.config");

...(bouncecodeConfig.libraries || []).map((library) =>
path.join(__dirname, library, "server/models/**/*.entity.js")
path.join(__dirname, library, "dist/server/models/**/*.entity.js")
),

@@ -14,0 +14,0 @@ path.join(__dirname, "server/models/**/*.entity.{js,ts}"),

@@ -33,3 +33,3 @@ /**

library,
"server/permissions/index.js"
"dist/server/permissions/index.js"
)).default

@@ -48,3 +48,3 @@ )

...(bouncecodeConfig.libraries || []).map((library) =>
path.join(__dirname, "..", library, "server/models/**/*.resolver.js")
path.join(__dirname, "..", library, "dist/server/models/**/*.resolver.js")
),

@@ -51,0 +51,0 @@ ];

@@ -19,6 +19,7 @@ {

"jsx": "preserve",
"baseUrl": "."
"baseUrl": ".",
"outDir": "./dist"
},
"exclude": ["node_modules", "bouncecode.config.js", "env.config.js"],
"exclude": ["node_modules", "./dist/**/*"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
}
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