Socket
Socket
Sign inDemoInstall

normalize-shorthands

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-shorthands - npm Package Compare versions

Comparing version 0.1.5 to 1.0.0

12

package.json
{
"name": "normalize-shorthands",
"description": "shorthand URIs for normalize",
"version": "0.1.5",
"version": "1.0.0",
"author": {

@@ -18,7 +18,13 @@ "name": "Jonathan Ong",

"devDependencies": {
"istanbul-harmony": "0",
"normalize-proxy": "*"
},
"scripts": {
"test": "node --harmony-generators test.js"
}
"test": "node --harmony-generators test",
"test-cov": "node --harmony-generators ./node_modules/.bin/istanbul cover node -- --harmony-generators test",
"test-travis": "node --harmony-generators ./node_modules/.bin/istanbul cover node -- --harmony-generators test"
},
"files": [
"index.js"
]
}
# Shorthands
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![Gittip][gittip-image]][gittip-url]
Shorthands for Normalize URLs.

@@ -22,1 +30,18 @@ Instead of writing insanely long URLs everywhere,

the `remotes` if it could resolve the shorthand or `null` otherwise.
[npm-image]: https://img.shields.io/npm/v/normalize-shorthands.svg?style=flat-square
[npm-url]: https://npmjs.org/package/normalize-shorthands
[github-tag]: http://img.shields.io/github/tag/normalize/shorthands.js.svg?style=flat-square
[github-url]: https://github.com/normalize/shorthands.js/tags
[travis-image]: https://img.shields.io/travis/normalize/shorthands.js.svg?style=flat-square
[travis-url]: https://travis-ci.org/normalize/shorthands.js
[coveralls-image]: https://img.shields.io/coveralls/normalize/shorthands.js.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/normalize/shorthands.js?branch=master
[david-image]: http://img.shields.io/david/normalize/shorthands.js.svg?style=flat-square
[david-url]: https://david-dm.org/normalize/shorthands.js
[license-image]: http://img.shields.io/npm/l/normalize-shorthands.svg?style=flat-square
[license-url]: LICENSE.md
[downloads-image]: http://img.shields.io/npm/dm/normalize-shorthands.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/normalize-shorthands
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square
[gittip-url]: https://www.gittip.com/jonathanong/
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