Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scim-patch

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scim-patch - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

.nyc_output/74412a48-28cd-47c9-bdcd-4800e68a83c6.json

2

.nyc_output/processinfo/index.json

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc