scim-patch
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "scim-patch", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "SCIM Patch operation (rfc7644).", | ||
@@ -11,3 +11,7 @@ "main": "lib/src/scimPatch.js", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"scim", | ||
"patch", | ||
"rfc7644" | ||
], | ||
"scripts": { | ||
@@ -14,0 +18,0 @@ "test": "npm run mocha && istanbul report text-summary lcov", |
# SCIM-PATCH | ||
![version](https://img.shields.io/badge/Version-0.1.0-informational.svg) | ||
[![npm version](http://img.shields.io/npm/v/scim-patch.svg?style=flat&color=blue)](https://npmjs.org/package/scim-patch "View this project on npm") | ||
![Build Status](https://travis-ci.com/thomaspoignant/scim-patch.svg?token=sVd5BLjwtrGWjxxeoYSx&branch=master) | ||
@@ -4,0 +4,0 @@ [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fthomaspoignant%2Fscim-patch.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fthomaspoignant%2Fscim-patch?ref=badge_shield) |
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
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
146001