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

@amplication/code-gen-types

Package Overview
Dependencies
Maintainers
7
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/code-gen-types - npm Package Compare versions

Comparing version 2.0.29 to 2.0.30

2

package.json
{
"name": "@amplication/code-gen-types",
"version": "2.0.29",
"version": "2.0.30",
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.",

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

@@ -11,1 +11,4 @@ export { getSchemaForDataType } from "./get-schema-for-data-type";

export * from "./files";
export * as dotnetTypes from "./dotnet-plugins.types";
export * as dotnetPluginEventsParams from "./dotnet-plugin-events-params.types";
export * as dotnetPluginEventsTypes from "./dotnet-plugin-events.types";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.types = exports.getSchemaForDataType = void 0;
exports.dotnetPluginEventsTypes = exports.dotnetPluginEventsParams = exports.dotnetTypes = exports.types = exports.getSchemaForDataType = void 0;
const tslib_1 = require("tslib");

@@ -15,2 +15,5 @@ var get_schema_for_data_type_1 = require("./get-schema-for-data-type");

tslib_1.__exportStar(require("./files"), exports);
exports.dotnetTypes = tslib_1.__importStar(require("./dotnet-plugins.types"));
exports.dotnetPluginEventsParams = tslib_1.__importStar(require("./dotnet-plugin-events-params.types"));
exports.dotnetPluginEventsTypes = tslib_1.__importStar(require("./dotnet-plugin-events.types"));
//# sourceMappingURL=index.js.map

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