scim-patch
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -1,1 +0,1 @@ | ||
{"processes":{"035c88c3-c80b-4b1d-8c31-734cb6ac581c":{"parent":null,"children":[]}},"files":{"/home/runner/work/scim-patch/scim-patch/lib/src/scimPatch.js":["035c88c3-c80b-4b1d-8c31-734cb6ac581c"],"/home/runner/work/scim-patch/scim-patch/lib/src/errors/scimErrors.js":["035c88c3-c80b-4b1d-8c31-734cb6ac581c"]},"externalIds":{}} | ||
{"processes":{"74412a48-28cd-47c9-bdcd-4800e68a83c6":{"parent":null,"children":[]}},"files":{"/home/runner/work/scim-patch/scim-patch/lib/src/scimPatch.js":["74412a48-28cd-47c9-bdcd-4800e68a83c6"],"/home/runner/work/scim-patch/scim-patch/lib/src/errors/scimErrors.js":["74412a48-28cd-47c9-bdcd-4800e68a83c6"]},"externalIds":{}} |
@@ -1,5 +0,5 @@ | ||
export declare type ScimPatchSchema = 'urn:ietf:params:scim:api:messages:2.0:PatchOp'; | ||
export declare type ScimId = string; | ||
export declare type ScimSchema = string; | ||
export declare type ScimPatchOperation = ScimPatchRemoveOperation | ScimPatchAddReplaceOperation; | ||
export type ScimPatchSchema = 'urn:ietf:params:scim:api:messages:2.0:PatchOp'; | ||
export type ScimId = string; | ||
export type ScimSchema = string; | ||
export type ScimPatchOperation = ScimPatchRemoveOperation | ScimPatchAddReplaceOperation; | ||
export interface ScimResource { | ||
@@ -6,0 +6,0 @@ id?: ScimId; |
{ | ||
"name": "scim-patch", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "SCIM Patch operation (rfc7644).", | ||
@@ -28,18 +28,19 @@ "main": "lib/src/scimPatch.js", | ||
"@types/benchmark": "2.1.2", | ||
"@types/chai": "4.3.4", | ||
"@types/chai": "4.3.5", | ||
"@types/mocha": "10.0.1", | ||
"@typescript-eslint/eslint-plugin": "5.54.0", | ||
"@typescript-eslint/parser": "5.54.0", | ||
"@typescript-eslint/eslint-plugin": "6.2.0", | ||
"@typescript-eslint/parser": "6.2.0", | ||
"benchmark": "2.1.4", | ||
"chai": "4.3.7", | ||
"coveralls": "3.1.1", | ||
"eslint": "8.35.0", | ||
"eslint": "8.45.0", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"eslint-plugin-testing-library": "5.10.2", | ||
"mocha": "^10.0.0", | ||
"eslint-plugin-testing-library": "5.11.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "15.1.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.8.4" | ||
"typescript": "5.1.6" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^20.4.5", | ||
"fast-deep-equal": "3.1.3", | ||
@@ -46,0 +47,0 @@ "scim2-parse-filter": "0.2.8" |
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
329184
3
+ Added@types/node@^20.4.5
+ Added@types/node@20.17.10(transitive)
+ Addedundici-types@6.19.8(transitive)