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

beauty-amp-core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beauty-amp-core - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

6

beauty-amp-core.js

@@ -16,4 +16,4 @@ const _ = require('lodash');

editor: {
insertSpaces: true
// tabSize: 4
insertSpaces: true,
tabSize: 4
}

@@ -162,3 +162,3 @@ };

setup.editor.insertSpaces = editor.insertSpaces === true ? true : false;
// setup.editor.tabSize = _.isInteger(editor.tabSize) ? editor.tabSize : 4;
setup.editor.tabSize = _.isInteger(editor.tabSize) ? editor.tabSize : 4;
}

@@ -165,0 +165,0 @@

{
"name": "beauty-amp-core",
"version": "0.3.6",
"version": "0.3.7",
"description": "Beautify (prettify) AMPscript for Marketing Cloud - prettifying library only.",

@@ -5,0 +5,0 @@ "publisher": "FiB",

@@ -51,3 +51,4 @@ # BEAUTY AMP CORE

const editor = {
insertSpaces: true
insertSpaces: true,
tabSize: 4
};

@@ -54,0 +55,0 @@ // logs trough console only for the moment.

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