Socket
Socket
Sign inDemoInstall

abbrev-kindof

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

13

CHANGELOG.md
## v1.0.1 / May 4, 2015
## 1.0.2 - 2015-05-10
- Release v1.0.2 / npm@v1.0.2
- fix package.json
- update repo template
## 1.0.1 - 2015-05-04
- Release v1.0.1 / npm@v1.0.1

@@ -12,3 +17,3 @@ - fix license links

## v1.0.0 / May 3, 2015
## 1.0.0 - 2015-05-03
- Release v1.0.0 / npm@v1.0.0

@@ -20,3 +25,3 @@ - update readme, add related

## v0.0.0 / May 2, 2015
- first commits
## 0.0.0 - 2015-05-02
- first commits

@@ -1,2 +0,2 @@

/**
/*!
* abbrev-kindof <https://github.com/tunnckoCore/abbrev-kindof>

@@ -3,0 +3,0 @@ *

{
"name": "abbrev-kindof",
"version": "1.0.1",
"description": "`kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array.",
"version": "1.0.2",
"description": "`kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array. useful for DB/Schema/Object validations",
"scripts": {
"test": "standard && node test.js",
"travis": "standard && istanbul cover test.js --report lcovonly"
"test": "standard && node test.js"
},

@@ -46,6 +45,4 @@ "author": {

"devDependencies": {
"assertit": "^0.1.0",
"istanbul": "^0.3.9",
"standard": "^3.7.3"
"assertit": "^0.1.0"
}
}
}

@@ -1,9 +0,11 @@

## [![npm][npmjs-img]][npmjs-url] [![standard style][standard-img]][standard-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]
# abbrev-kindof [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url]
> `kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array.
> `kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array. useful for DB/Schema/Object validations
[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]
## Install
```
npm i --save abbrev-kindof
npm i abbrev-kindof --save
npm test

@@ -17,3 +19,2 @@ ```

```js
var abbrevKindof = require('abbrev-kindof');

@@ -52,44 +53,50 @@ abbrevKindof(123, 'soa');

## Author
**Charlike Mike Reagent**
+ [gratipay/tunnckoCore][author-gratipay]
+ [twitter/tunnckoCore][author-twitter]
+ [github/tunnckoCore][author-github]
+ [npmjs/tunnckoCore][author-npmjs]
+ [more ...][contrib-more]
## [Charlike Make Reagent](http://j.mp/1stW47C) [![new message to charlike][new-message-img]][new-message-url] [![freenode #charlike][freenode-img]][freenode-url]
[![tunnckocore.tk][author-www-img]][author-www-url] [![keybase tunnckocore][keybase-img]][keybase-url] [![tunnckoCore npm][author-npm-img]][author-npm-url] [![tunnckoCore twitter][author-twitter-img]][author-twitter-url] [![tunnckoCore github][author-github-img]][author-github-url]
## License [![MIT license][license-img]][license-url]
Copyright (c) 2015 [Charlike Mike Reagent][contrib-more], [contributors][contrib-graf].
Released under the [`MIT`][license-url] license.
[npmjs-url]: https://www.npmjs.com/package/abbrev-kindof
[npmjs-img]: https://img.shields.io/npm/v/abbrev-kindof.svg?label=abbrev-kindof
[npmjs-url]: http://npm.im/abbrev-kindof
[npmjs-img]: https://img.shields.io/npm/v/abbrev-kindof.svg?style=flat&label=abbrev-kindof
[license-url]: https://github.com/tunnckoCore/abbrev-kindof/blob/master/LICENSE.md
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[coveralls-url]: https://coveralls.io/r/tunnckoCore/abbrev-kindof?branch=master
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/abbrev-kindof.svg?style=flat
[license-url]: https://github.com/tunnckoCore/abbrev-kindof/blob/master/LICENSE.md
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
[codeclimate-url]: https://codeclimate.com/github/tunnckoCore/abbrev-kindof
[codeclimate-img]: https://img.shields.io/codeclimate/github/tunnckoCore/abbrev-kindof.svg
[travis-url]: https://travis-ci.org/tunnckoCore/abbrev-kindof
[travis-img]: https://img.shields.io/travis/tunnckoCore/abbrev-kindof.svg?style=flat
[travis-img]: https://img.shields.io/travis/tunnckoCore/abbrev-kindof.svg
[daviddm-url]: https://david-dm.org/tunnckoCore/abbrev-kindof
[daviddm-img]: https://img.shields.io/david/tunnckoCore/abbrev-kindof.svg?style=flat
[coveralls-url]: https://coveralls.io/r/tunnckoCore/abbrev-kindof
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/abbrev-kindof.svg
[author-gratipay]: https://gratipay.com/tunnckoCore
[author-twitter]: https://twitter.com/tunnckoCore
[author-github]: https://github.com/tunnckoCore
[author-npmjs]: https://npmjs.org/~tunnckocore
[david-url]: https://david-dm.org/tunnckoCore/abbrev-kindof
[david-img]: https://img.shields.io/david/tunnckoCore/abbrev-kindof.svg
[contrib-more]: http://j.mp/1stW47C
[contrib-graf]: https://github.com/tunnckoCore/abbrev-kindof/graphs/contributors
[standard-url]: https://github.com/feross/standard
[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
***
_Proudly generated by [docks(1)](https://github.com/tunnckoCore), May 4, 2015_
[author-www-url]: http://www.tunnckocore.tk
[author-www-img]: https://img.shields.io/badge/www-tunnckocore.tk-fe7d37.svg
[keybase-url]: https://keybase.io/tunnckocore
[keybase-img]: https://img.shields.io/badge/keybase-tunnckocore-8a7967.svg
[author-npm-url]: https://www.npmjs.com/~tunnckocore
[author-npm-img]: https://img.shields.io/badge/npm-~tunnckocore-cb3837.svg
[author-twitter-url]: https://twitter.com/tunnckoCore
[author-twitter-img]: https://img.shields.io/badge/twitter-@tunnckoCore-55acee.svg
[author-github-url]: https://github.com/tunnckoCore
[author-github-img]: https://img.shields.io/badge/github-@tunnckoCore-4183c4.svg
[freenode-url]: http://webchat.freenode.net/?channels=charlike
[freenode-img]: https://img.shields.io/badge/freenode-%23charlike-5654a4.svg
[new-message-url]: https://github.com/tunnckoCore/messages
[new-message-img]: https://img.shields.io/badge/send%20me-message-green.svg

@@ -1,2 +0,2 @@

/**
/*!
* abbrev-kindof <https://github.com/tunnckoCore/abbrev-kindof>

@@ -3,0 +3,0 @@ *

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc