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

cdk8s-redis

Package Overview
Dependencies
Maintainers
1
Versions
802
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk8s-redis - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.changelog.tmp.md

10

lib/index.d.ts

@@ -1,1 +0,9 @@

export * from './redis';
/**
* @experimental
*/
export declare class Hello {
/**
* @experimental
*/
sayHello(): string;
}

23

lib/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Hello = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
/**
* @experimental
*/
class Hello {
/**
* @experimental
*/
sayHello() {
return 'hello, world!';
}
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./redis"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcmVkaXMnO1xuIl19
exports.Hello = Hello;
_a = JSII_RTTI_SYMBOL_1;
Hello[_a] = { fqn: "cdk8s-redis.Hello", version: "0.1.1" };
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFBQSxNQUFhLEtBQUs7Ozs7SUFDVCxRQUFRO1FBQ2IsT0FBTyxlQUFlLENBQUM7SUFDekIsQ0FBQzs7QUFISCxzQkFJQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBIZWxsbyB7XG4gIHB1YmxpYyBzYXlIZWxsbygpIHtcbiAgICByZXR1cm4gJ2hlbGxvLCB3b3JsZCEnO1xuICB9XG59Il19
{
"//": "Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
"name": "cdk8s-redis",
"description": "redis constructs for cdk8s",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/eladb/cdk8s-redis.git"
"url": "https://github.com/cdk8s-team/cdk8s-redis.git"
},
"bin": {},
"scripts": {
"projen": "node .projenrc.js && yarn install",
"projen:upgrade": "yarn upgrade projen && yarn projen",
"test": "yarn eslint && jest",
"bump": "standard-version",
"release": "yarn bump && git push --follow-tags origin master",
"compile": "jsii",
"watch": "jsii -w",
"compat": "npx jsii-diff npm:$(node -p \"require('./package.json').name\")",
"package": "jsii-pacmak",
"build": "yarn compile && yarn test && yarn run package",
"eslint": "eslint . --ext .ts"
"clobber": "npx projen clobber",
"bump": "npx projen bump",
"unbump": "npx projen unbump",
"compile": "npx projen compile",
"test:compile": "npx projen test:compile",
"test": "npx projen test",
"build": "npx projen build",
"test:watch": "npx projen test:watch",
"test:update": "npx projen test:update",
"projen:upgrade": "npx projen projen:upgrade",
"default": "npx projen default",
"watch": "npx projen watch",
"package": "npx projen package",
"eslint": "npx projen eslint",
"compat": "npx projen compat",
"docgen": "npx projen docgen",
"projen": "npx projen",
"start": "npx projen start"
},
"author": {
"name": "Elad Ben-Israel",
"email": "benisrae@amazon.com"
"email": "benisrae@amazon.com",
"organization": false
},
"devDependencies": {
"cdk8s": "0.20.0",
"constructs": "2.0.1",
"projen": "^0.1.14",
"standard-version": "^8.0.0",
"jsii": "^1.5.0",
"jsii-diff": "^1.5.0",
"jsii-pacmak": "^1.5.0",
"jsii-release": "^0.1.5",
"@types/node": "^13.13.5",
"typescript": "^3.8.3",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-import-resolver-node": "^0.3.3",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.2",
"json-schema": "^0.2.5",
"jest": "^26.0.1",
"@types/jest": "^25.2.1"
"@types/jest": "^26.0.23",
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"cdk8s": "^0.33.0",
"constructs": "^3.3.75",
"eslint": "^7.26.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"jest-junit": "^12",
"jsii": "^1.29.0",
"jsii-diff": "^1.29.0",
"jsii-docgen": "^1.8.81",
"jsii-pacmak": "^1.29.0",
"json-schema": "^0.3.0",
"projen": "^0.17.85",
"standard-version": "^9",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"peerDependencies": {
"cdk8s": "^0.20.0",
"constructs": "^2.0.1"
"cdk8s": "^0.33.0",
"constructs": "^3.3.75"
},
"dependencies": {},
"bundledDependencies": [],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.1.0",
"version": "0.1.1",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.jest.json"
}
}
},
"types": "lib/index.d.ts",

@@ -66,14 +112,9 @@ "stability": "experimental",

}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"jest": {
"clearMocks": true,
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"moduleFileExtensions": [
"js"
]
}
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}

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