scim-patch
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -1,1 +0,1 @@ | ||
{"processes":{"1a7f254c-245f-4917-bb0a-a1b0d17f49a7":{"parent":null,"children":[]}},"files":{"/home/runner/work/scim-patch/scim-patch/lib/src/scimPatch.js":["1a7f254c-245f-4917-bb0a-a1b0d17f49a7"],"/home/runner/work/scim-patch/scim-patch/lib/src/errors/scimErrors.js":["1a7f254c-245f-4917-bb0a-a1b0d17f49a7"]},"externalIds":{}} | ||
{"processes":{"0694079b-8464-467f-a235-f80e7f376c89":{"parent":null,"children":[]}},"files":{"/home/runner/work/scim-patch/scim-patch/lib/src/scimPatch.js":["0694079b-8464-467f-a235-f80e7f376c89"],"/home/runner/work/scim-patch/scim-patch/lib/src/errors/scimErrors.js":["0694079b-8464-467f-a235-f80e7f376c89"]},"externalIds":{}} |
@@ -30,5 +30,1 @@ # Contributing | ||
With this CI you will have feedbacks on your PR after opening your PR. Please review it if it fails. | ||
# Performance | ||
If you are doing something that can impact the performance, please add a new [performance test](test/perf/benchmark.ts). | ||
You can see the evolution of the performance on this page: https://thomaspoignant.github.io/scim-patch/dev/bench/index.html |
{ | ||
"name": "scim-patch", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "SCIM Patch operation (rfc7644).", | ||
@@ -30,18 +30,18 @@ "main": "lib/src/scimPatch.js", | ||
"@types/mocha": "9.1.0", | ||
"@typescript-eslint/eslint-plugin": "5.13.0", | ||
"@typescript-eslint/parser": "5.13.0", | ||
"@typescript-eslint/eslint-plugin": "5.18.0", | ||
"@typescript-eslint/parser": "5.17.0", | ||
"benchmark": "2.1.4", | ||
"chai": "4.3.6", | ||
"coveralls": "3.1.1", | ||
"eslint": "8.10.0", | ||
"eslint": "8.12.0", | ||
"eslint-plugin-mocha": "10.0.3", | ||
"eslint-plugin-testing-library": "5.0.6", | ||
"eslint-plugin-testing-library": "5.2.0", | ||
"mocha": "^9.2.0", | ||
"nyc": "15.1.0", | ||
"ts-node": "10.5.0", | ||
"typescript": "4.6.2" | ||
"ts-node": "10.7.0", | ||
"typescript": "4.6.3" | ||
}, | ||
"dependencies": { | ||
"fast-deep-equal": "3.1.3", | ||
"scim2-parse-filter": "0.2.2" | ||
"scim2-parse-filter": "0.2.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "publishConfig": { |
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
299533
50
+ Addedscim2-parse-filter@0.2.3(transitive)
- Removedscim2-parse-filter@0.2.2(transitive)
Updatedscim2-parse-filter@0.2.3