Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 0.1.0 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

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