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.3 to 2.1.0

yarn.lock

11

index.es5.js

@@ -21,9 +21,8 @@ 'use strict';

function attacher(processor) {
var _ref = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
_ref$plugins = _ref.plugins,
plugins = _ref$plugins === undefined ? [] : _ref$plugins,
_ref$options = _ref.options,
options = _ref$options === undefined ? {} : _ref$options;
var _ref$plugins = _ref.plugins;
var plugins = _ref$plugins === undefined ? [] : _ref$plugins;
var _ref$options = _ref.options;
var options = _ref$options === undefined ? {} : _ref$options;
return function transformer(ast) {

@@ -30,0 +29,0 @@ (0, _unistUtilVisit2.default)(ast, 'text', function (node) {

{
"name": "remark-textr",
"version": "2.0.3",
"version": "2.1.0",
"description": "Remark plugin for Textr — modular tool to make your typography better.",

@@ -44,13 +44,13 @@ "main": "index.es5.js",

"assert": "*",
"babel-cli": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^6.1.2",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015": "^6.22.0",
"coveralls": "*",
"eslint": "^3.3.0",
"eslint": "^3.13.1",
"isparta": "*",
"remark": "^6.0.1",
"mocha": "*",
"npm-run-all": "*",
"npm-run-all": "4.0.1",
"rimraf": "*",

@@ -57,0 +57,0 @@ "typographic-ellipses": "^1.0.11",

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