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

@aws-cdk/cdk-assets-schema

Package Overview
Dependencies
Maintainers
5
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/cdk-assets-schema - npm Package Compare versions

Comparing version 1.46.0 to 1.47.0

test/dummy.test.d.ts

6

lib/index.d.ts

@@ -1,5 +0,1 @@

export * from './manifest-schema';
export * from './docker-image-asset';
export * from './file-asset';
export * from './aws-destination';
export * from './validate';
export {};
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./manifest-schema"), exports);
__exportStar(require("./docker-image-asset"), exports);
__exportStar(require("./file-asset"), exports);
__exportStar(require("./aws-destination"), exports);
__exportStar(require("./validate"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQSxvREFBa0M7QUFDbEMsdURBQXFDO0FBQ3JDLCtDQUE2QjtBQUM3QixvREFBa0M7QUFDbEMsNkNBQTJCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tYW5pZmVzdC1zY2hlbWEnO1xuZXhwb3J0ICogZnJvbSAnLi9kb2NrZXItaW1hZ2UtYXNzZXQnO1xuZXhwb3J0ICogZnJvbSAnLi9maWxlLWFzc2V0JztcbmV4cG9ydCAqIGZyb20gJy4vYXdzLWRlc3RpbmF0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vdmFsaWRhdGUnO1xuIl19
// tslint:disable-next-line: no-console
console.error('error: @aws-cdk/cdk-assets-schema has been merged into @aws-cdk/cloud-assembly-schema');
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLHVDQUF1QztBQUN2QyxPQUFPLENBQUMsS0FBSyxDQUFDLHVGQUF1RixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyB0c2xpbnQ6ZGlzYWJsZS1uZXh0LWxpbmU6IG5vLWNvbnNvbGVcbmNvbnNvbGUuZXJyb3IoJ2Vycm9yOiBAYXdzLWNkay9jZGstYXNzZXRzLXNjaGVtYSBoYXMgYmVlbiBtZXJnZWQgaW50byBAYXdzLWNkay9jbG91ZC1hc3NlbWJseS1zY2hlbWEnKTtcblxuZXhwb3J0IHsgfTtcbiJdfQ==
{
"name": "@aws-cdk/cdk-assets-schema",
"version": "1.46.0",
"version": "1.47.0",
"description": "Schema definition for the Asset Manifest",

@@ -47,11 +47,8 @@ "main": "lib/index.js",

},
"dependencies": {
"semver": "^7.2.2"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.0",
"cdk-build-tools": "1.46.0",
"cdk-build-tools": "1.47.0",
"jest": "^25.5.4",
"pkglint": "1.46.0"
"pkglint": "1.47.0"
},

@@ -68,13 +65,11 @@ "repository": {

"homepage": "https://github.com/aws/aws-cdk",
"bundledDependencies": [
"semver"
],
"engines": {
"node": ">= 10.13.0 <13 || >=13.7.0"
},
"stability": "stable",
"stability": "deprecated",
"awscdkio": {
"announce": false
},
"maturity": "stable",
"deprecated": "merged into @aws-cdk/cloud-assembly-schema",
"maturity": "deprecated",
"cdk-build": {

@@ -81,0 +76,0 @@ "jest": true

@@ -5,12 +5,9 @@ # cdk-assets-schema

![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)
![Deprecated](https://img.shields.io/badge/deprecated-critical.svg?style=for-the-badge)
> This API may emit warnings. Backward compatibility is not guaranteed.
---
<!--END STABILITY BANNER-->
This module contains the schema definitions for the Asset Manifest.
We expose them via JSII so that they are checked for backwards compatibility
by the `jsii-diff` tool; routines exist in `validate.ts` which will return
them, so that the structs can only be strengthened (i.e., existing fields
may not be removed or made optional).
This schema is now part of @aws-cdk/cloud-assembly-schema.

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