Socket
Socket
Sign inDemoInstall

breeze-entity-generator

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

2

entityModel.template.txt
{{#modules}}export { {{path}} } from './{{moduleName}}';
{{/modules}}
{{#enumModules}}export { {{path}} } from './enums';
{{/enumModules}}

2

package.json
{
"name": "breeze-entity-generator",
"version": "1.3.1",
"version": "1.3.2",
"description": "Generate TypeScript modules for entities from Breeze metadata",

@@ -5,0 +5,0 @@ "repository": {

@@ -116,2 +116,3 @@ # Breeze Entity Generator

1.3.0 - Use TypeScript enum types instead of string unions for enums.
1.3.1 - Use ordinal values instead of strings for enum definitions, e.g. `Green = 2`. Template change only.
1.3.1 - Use ordinal values instead of strings for enum definitions, e.g. `Green = 2`. Template change only.
1.3.2 - Include './enums' in entity-model.ts. Template change only.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc