merge-descriptors
Advanced tools
Comparing version 1.0.0 to 1.0.1
/*! | ||
* merge-descriptors | ||
* Copyright(c) 2014 Jonathan Ong | ||
* Copyright(c) 2015 Douglas Christopher Wilson | ||
* MIT Licensed | ||
*/ | ||
'use strict' | ||
/** | ||
@@ -8,0 +11,0 @@ * Module exports. |
{ | ||
"name": "merge-descriptors", | ||
"description": "Merge objects using descriptors", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -12,18 +12,22 @@ "name": "Jonathan Ong", | ||
"contributors": [ | ||
"Douglas Christopher Wilson <doug@somethingdoug.com>" | ||
"Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"Mike Grabowski <grabbou@gmail.com>" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/component/merge-descriptors.git" | ||
"repository": "component/merge-descriptors", | ||
"devDependencies": { | ||
"istanbul": "0.4.1", | ||
"mocha": "1.21.5" | ||
}, | ||
"bugs": { | ||
"mail": "me@jongleberry.com", | ||
"url": "https://github.com/component/merge-descriptors/issues" | ||
}, | ||
"files": [ | ||
"HISTORY.md", | ||
"LICENSE", | ||
"README.md", | ||
"index.js" | ||
] | ||
], | ||
"scripts": { | ||
"test": "mocha --reporter spec --bail --check-leaks test/", | ||
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" | ||
} | ||
} |
# Merge Descriptors | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Test Coverage][coveralls-image]][coveralls-url] | ||
Merge objects using descriptors. | ||
@@ -35,1 +40,10 @@ | ||
[MIT](LICENSE) | ||
[npm-image]: https://img.shields.io/npm/v/merge-descriptors.svg | ||
[npm-url]: https://npmjs.org/package/merge-descriptors | ||
[travis-image]: https://img.shields.io/travis/component/merge-descriptors/master.svg | ||
[travis-url]: https://travis-ci.org/component/merge-descriptors | ||
[coveralls-image]: https://img.shields.io/coveralls/component/merge-descriptors/master.svg | ||
[coveralls-url]: https://coveralls.io/r/component/merge-descriptors?branch=master | ||
[downloads-image]: https://img.shields.io/npm/dm/merge-descriptors.svg | ||
[downloads-url]: https://npmjs.org/package/merge-descriptors |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4889
5
48
49
0
2
1
1