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

rho

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rho - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

out/main/rules/inline/typographics.d.ts

4

out/main/options.d.ts
export interface RhoOptions {
externalLinks: boolean;
leftSingleQuote: string;
rightSingleQuote: string;
leftDoubleQuote: string;
rightDoubleQuote: string;
}
export declare const RHO_DEFAULT_OPTIONS: RhoOptions;

@@ -5,3 +5,7 @@ "use strict";

externalLinks: false,
leftSingleQuote: '‘',
rightSingleQuote: '’',
leftDoubleQuote: '“',
rightDoubleQuote: '”',
};
//# sourceMappingURL=options.js.map

@@ -57,2 +57,3 @@ "use strict";

new rules_1.PlainTextRule(ctx),
new rules_1.TypographicsRule(ctx, _this.options),
new rules_1.BackslashEscapeRule(ctx),

@@ -59,0 +60,0 @@ new rules_1.HtmlTagRule(ctx),

@@ -23,2 +23,3 @@ export * from './block/block';

export * from './inline/strong';
export * from './inline/typographics';
export * from './inline/verbatim';

@@ -28,3 +28,4 @@ "use strict";

__export(require("./inline/strong"));
__export(require("./inline/typographics"));
__export(require("./inline/verbatim"));
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "rho",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Extensible semantic markup language",

@@ -5,0 +5,0 @@ "main": "out/main/index.js",

Sorry, the diff of this file is not supported yet

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