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

ep_align

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_align - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

ep.json

@@ -6,4 +6,3 @@ {

"client_hooks": {
"aceEditorCSS": "ep_align/static/js/index",
"aceDomLineProcessLineAttributes": "ep_align/static/js/index",
"aceDomLinePreProcessLineAttributes": "ep_align/static/js/index",
"postAceInit": "ep_align/static/js/index",

@@ -10,0 +9,0 @@ "aceInitialized": "ep_align/static/js/index",

{
"description": "Add Left/Center/Right/Justify to lines of text in a pad",
"name": "ep_align",
"version": "0.0.6",
"version": "0.0.7",
"author": {

@@ -6,0 +6,0 @@ "name": "John McLear",

@@ -51,3 +51,3 @@ var _, $, jQuery;

// Here we convert the class align:h1 into a tag
var aceDomLineProcessLineAttributes = function(name, context){
var aceDomLinePreProcessLineAttributes = function(name, context){
var cls = context.cls;

@@ -61,4 +61,4 @@ var domline = context.domline;

var modifier = {
preHtml: '<'+tag+'><p style="width:100%;text-align:' + tag + '"><span>',
postHtml: '</span></p></'+tag+'>',
preHtml: '<div style="width:100%;margin:0 auto;list-style-position:inside;text-align:' + tag + '">',
postHtml: '</div>',
processedMarker: true

@@ -110,4 +110,4 @@ };

exports.postAceInit = postAceInit;
exports.aceDomLineProcessLineAttributes = aceDomLineProcessLineAttributes;
exports.aceDomLinePreProcessLineAttributes = aceDomLinePreProcessLineAttributes;
exports.aceAttribsToClasses = aceAttribsToClasses;
exports.aceEditorCSS = aceEditorCSS;

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