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 1.0.1 to 1.0.2

2

index.es5.js

@@ -9,3 +9,3 @@ 'use strict';

return input.replace(/<->/gim, '↔').replace(/<=>/gim, '⇔').replace(/<-/gim, '←').replace(/->/gim, '→').replace(/<=/gim, '⇐').replace(/=>/gim, '⇒');
};
}
module.exports = exports['default'];

@@ -9,2 +9,2 @@ export default function typographicArrows(input) {

.replace(/=>/gim, '⇒');
};
}
{
"name": "typographic-arrows",
"version": "1.0.2",
"description": "Micro module for real arrows",
"version": "1.0.1",
"main": "index.es5.js",
"jsnext:main": "index.js",
"files": [
"index.js",
"index.es5.js"
],
"scripts": {
"test": "eslint . && ava --require babel-register",
"prepublish": "babel index.js --out-file index.es5.js",
"postpublish": "rimraf index.es5.js && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrepolischuk/typographic-arrows.git"
},
"keywords": [

@@ -10,19 +25,20 @@ "typographic",

],
"repository": "andrepolischuk/typographic-arrows",
"author": "Andrey Polischuk <andre.polischuk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrepolischuk/typographic-arrows/issues"
},
"homepage": "https://github.com/andrepolischuk/typographic-arrows",
"devDependencies": {
"ava": "^0.10.0",
"babel-cli": "^6.4.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"rimraf": "^2.5.0"
},
"main": "index.es5.js",
"scripts": {
"pretest": "npm run prepublish",
"test": "ava",
"prepublish": "babel index.js --out-file index.es5.js",
"postpublish": "rimraf index.es5.js && git push --follow-tags"
},
"author": "Andrey Polischuk <andre.polischuk@gmail.com>",
"license": "MIT"
"ava": "^0.15.2",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.9.2",
"rimraf": "^2.5.2"
}
}
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