Socket
Socket
Sign inDemoInstall

remark-textr

Package Overview
Dependencies
4
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

12

package.json
{
"name": "remark-textr",
"version": "2.0.1",
"version": "2.0.2",
"description": "Remark plugin for Textr — modular tool to make your typography better.",

@@ -46,9 +46,9 @@ "main": "index.es5.js",

"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.1.18",
"coveralls": "*",
"eslint": "^1.9.0",
"eslint": "^3.3.0",
"isparta": "*",
"remark": "^3.0.0",
"remark": "^5.1.0",
"mocha": "*",

@@ -58,3 +58,3 @@ "npm-run-all": "*",

"typographic-ellipses": "^1.0.11",
"typographic-quotes": "^1.2.1"
"typographic-quotes": "^2.0.1"
},

@@ -61,0 +61,0 @@ "dependencies": {

@@ -16,3 +16,3 @@ import { equal } from 'assert';

equal(
remark.use(remarkTextr, { plugins: [ ellipses ] }).process(text),
remark().use(remarkTextr, { plugins: [ ellipses ] }).process(text),
`## spread operator…

@@ -24,3 +24,3 @@

it('should remarkTextr in CLI (with options)', () =>
equal(remark.use(remarkTextr, {
equal(remark().use(remarkTextr, {
plugins: [ 'typographic-ellipses', 'typographic-quotes' ],

@@ -27,0 +27,0 @@ options: { locale: 'ru' }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc