🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

typographic-arrows

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typographic-arrows - npm Package Compare versions

Comparing version

to
0.1.1

0

index.js

@@ -0,0 +0,0 @@

5

package.json
{
"name": "typographic-arrows",
"description": "Micro module for real arrows",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [

@@ -18,4 +18,7 @@ "typographic",

"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Andrey Polischuk <andre.polischuk@gmail.com>",
"license": "MIT"
}
# typographic-arrows [![Build Status](https://travis-ci.org/andrepolischuk/typographic-arrows.svg?branch=master)](https://travis-ci.org/andrepolischuk/typographic-arrows)
> Use real arrows, not alphabetic substitutes
Micro module for real arrows

@@ -8,3 +10,3 @@

```sh
$ npm install typographic-arrows
$ npm install --save typographic-arrows
```

@@ -15,9 +17,10 @@

```js
var arrows = require('typographic-arrows')
var arrows = require('typographic-arrows');
arrows('a -> b')
// a → b
arrows('a => b')
// a ⇒ b
arrows('a <- b'); // a ← b
arrows('a -> b'); // a → b
arrows('a <-> b'); // a ↔ b
arrows('a <= b'); // a ⇐ b
arrows('a => b'); // a ⇒ b
arrows('a <=> b'); // a ⇔ b
```

@@ -24,0 +27,0 @@

@@ -0,0 +0,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet