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

@coderehab/aws-script-env

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coderehab/aws-script-env - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/aws/aws.d.ts

7

dist/aws/aws.js

@@ -38,5 +38,8 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.AWSContainer = void 0;
var aws_sdk_1 = require("aws-sdk");
var cloudformation_1 = __importDefault(require("aws-sdk/clients/cloudformation"));
var logger_1 = require("../classes/logger");

@@ -55,3 +58,3 @@ // config.update({ credentials: new SharedIniFileCredentials() });

return [2 /*return*/, new Promise(function (resolve, reject) {
var cfn = new aws_sdk_1.CloudFormation();
var cfn = new cloudformation_1.default();
cfn.listExports({}, function (error, data) {

@@ -58,0 +61,0 @@ if (error) {

{
"name": "@coderehab/aws-script-env",
"version": "0.0.2",
"main": "dist/index.js",
"version": "0.0.3",
"main": "dist/bundle.js",
"types": "dist/index",
"license": "MIT",
"scripts": {
"build": "tsc -d",
"watch": "tsc -w -d",
"build": "webpack",
"watch": "webpack --watch",
"test": "jest src"

@@ -10,0 +11,0 @@ },

@@ -13,3 +13,3 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
"declaration": true /* Generates corresponding '.d.ts' file. */,
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */

@@ -16,0 +16,0 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */

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