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

typographic-base

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

typographic-base - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

index.es5.js

@@ -11,2 +11,6 @@ 'use strict';

var _typographicApostrophes = require('typographic-apostrophes');
var _typographicApostrophes2 = _interopRequireDefault(_typographicApostrophes);
var _typographicQuotes = require('typographic-quotes');

@@ -16,6 +20,2 @@

var _typographicApostrophes = require('typographic-apostrophes');
var _typographicApostrophes2 = _interopRequireDefault(_typographicApostrophes);
var _typographicApostrophesForPossessivePlurals = require('typographic-apostrophes-for-possessive-plurals');

@@ -67,5 +67,5 @@

var base = (0, _textr2.default)().use(_typographicQuotes2.default, _typographicApostrophes2.default, _typographicApostrophesForPossessivePlurals2.default, _typographicArrows2.default, _typographicCopyright2.default, _typographicCurrency2.default, _typographicEllipses2.default, _typographicEmDashes2.default, _typographicEnDashes2.default, _typographicMathSymbols2.default, _typographicRegisteredTrademark2.default, _typographicSingleSpaces2.default, _typographicTrademark2.default);
var base = (0, _textr2.default)().use(_typographicApostrophes2.default, _typographicQuotes2.default, _typographicApostrophesForPossessivePlurals2.default, _typographicArrows2.default, _typographicCopyright2.default, _typographicCurrency2.default, _typographicEllipses2.default, _typographicEmDashes2.default, _typographicEnDashes2.default, _typographicMathSymbols2.default, _typographicRegisteredTrademark2.default, _typographicSingleSpaces2.default, _typographicTrademark2.default);
exports.default = base;
module.exports = exports['default'];
import textr from 'textr';
import apostrophes from 'typographic-apostrophes';
import quotes from 'typographic-quotes';
import apostrophes from 'typographic-apostrophes';
import apostrophesForPlurals from 'typographic-apostrophes-for-possessive-plurals';

@@ -18,4 +18,4 @@ import arrows from 'typographic-arrows';

.use(
apostrophes,
quotes,
apostrophes,
apostrophesForPlurals,

@@ -22,0 +22,0 @@ arrows,

{
"name": "typographic-base",
"version": "1.0.3",
"version": "1.0.4",
"description": "typography set for fixing common issues",

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

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