New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

burn-it

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

burn-it - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "burn-it",
"description": "",
"version": "0.1.3",
"version": "0.1.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Daniel Kang",

@@ -109,3 +109,3 @@ 'use strict';

packerConfig.builders[0].ami_name = self.imageName + '-' + self.imageVersion + '-' + String(Date.now());
packerConfig.builders[0].ami_name = self.imageName + '-' + self.imageVersion + '-x86_64-' + String(Date.now()) + '-ebs';
packerConfig.builders[0].access_key = self.awsAccessKey;

@@ -112,0 +112,0 @@ packerConfig.builders[0].secret_key = self.awsSecretKey;

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