Socket
Socket
Sign inDemoInstall

@metamask/permission-controller

Package Overview
Dependencies
Maintainers
11
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/permission-controller - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

dist/chunk-4YXP3WEE.js

13

CHANGELOG.md

@@ -10,2 +10,12 @@ # Changelog

## [10.0.1]
### Changed
- Bump `@metamask/rpc-errors` from `6.2.1` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516))
- Bump `@metamask/utils` from `^8.3.0` to `^9.0.0` ([#4516](https://github.com/MetaMask/core/pull/4516))
- Bump `@metamask/base-controller` to `^9.0.1` ([#4517](https://github.com/MetaMask/core/pull/4517))
- Bump `@metamask/controller-utils` to `^11.0.1` ([#4517](https://github.com/MetaMask/core/pull/4517))
- Bump `@metamask/json-rpc-engine` to `^9.0.1` ([#4517](https://github.com/MetaMask/core/pull/4517))
## [10.0.0]

@@ -246,3 +256,4 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@10.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@10.0.1...HEAD
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@10.0.0...@metamask/permission-controller@10.0.1
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@9.1.1...@metamask/permission-controller@10.0.0

@@ -249,0 +260,0 @@ [9.1.1]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@9.1.0...@metamask/permission-controller@9.1.1

6

dist/Caveat.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkRKDXFKNNjs = require('./chunk-RKDXFKNN.js');
var _chunkD7PWCWCCjs = require('./chunk-D7PWCWCC.js');
require('./chunk-ZH4MLSXX.js');
require('./chunk-3X6WO7UG.js');
require('./chunk-4YXP3WEE.js');
require('./chunk-Z2XKIXLS.js');

@@ -11,3 +11,3 @@

exports.decorateWithCaveats = _chunkRKDXFKNNjs.decorateWithCaveats; exports.isRestrictedMethodCaveatSpecification = _chunkRKDXFKNNjs.isRestrictedMethodCaveatSpecification;
exports.decorateWithCaveats = _chunkD7PWCWCCjs.decorateWithCaveats; exports.isRestrictedMethodCaveatSpecification = _chunkD7PWCWCCjs.isRestrictedMethodCaveatSpecification;
//# sourceMappingURL=Caveat.js.map

@@ -28,3 +28,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunk3X6WO7UGjs = require('./chunk-3X6WO7UG.js');
var _chunk4YXP3WEEjs = require('./chunk-4YXP3WEE.js');
require('./chunk-Z2XKIXLS.js');

@@ -58,3 +58,3 @@

exports.CaveatAlreadyExistsError = _chunk3X6WO7UGjs.CaveatAlreadyExistsError; exports.CaveatDoesNotExistError = _chunk3X6WO7UGjs.CaveatDoesNotExistError; exports.CaveatInvalidJsonError = _chunk3X6WO7UGjs.CaveatInvalidJsonError; exports.CaveatMergeTypeMismatchError = _chunk3X6WO7UGjs.CaveatMergeTypeMismatchError; exports.CaveatMergerDoesNotExistError = _chunk3X6WO7UGjs.CaveatMergerDoesNotExistError; exports.CaveatMissingValueError = _chunk3X6WO7UGjs.CaveatMissingValueError; exports.CaveatSpecificationMismatchError = _chunk3X6WO7UGjs.CaveatSpecificationMismatchError; exports.DuplicateCaveatError = _chunk3X6WO7UGjs.DuplicateCaveatError; exports.EndowmentPermissionDoesNotExistError = _chunk3X6WO7UGjs.EndowmentPermissionDoesNotExistError; exports.ForbiddenCaveatError = _chunk3X6WO7UGjs.ForbiddenCaveatError; exports.InvalidApprovedPermissionError = _chunk3X6WO7UGjs.InvalidApprovedPermissionError; exports.InvalidCaveatError = _chunk3X6WO7UGjs.InvalidCaveatError; exports.InvalidCaveatFieldsError = _chunk3X6WO7UGjs.InvalidCaveatFieldsError; exports.InvalidCaveatTypeError = _chunk3X6WO7UGjs.InvalidCaveatTypeError; exports.InvalidCaveatsPropertyError = _chunk3X6WO7UGjs.InvalidCaveatsPropertyError; exports.InvalidMergedPermissionsError = _chunk3X6WO7UGjs.InvalidMergedPermissionsError; exports.InvalidSubjectIdentifierError = _chunk3X6WO7UGjs.InvalidSubjectIdentifierError; exports.PermissionDoesNotExistError = _chunk3X6WO7UGjs.PermissionDoesNotExistError; exports.PermissionsRequestNotFoundError = _chunk3X6WO7UGjs.PermissionsRequestNotFoundError; exports.UnrecognizedCaveatTypeError = _chunk3X6WO7UGjs.UnrecognizedCaveatTypeError; exports.UnrecognizedSubjectError = _chunk3X6WO7UGjs.UnrecognizedSubjectError; exports.internalError = _chunk3X6WO7UGjs.internalError; exports.invalidParams = _chunk3X6WO7UGjs.invalidParams; exports.methodNotFound = _chunk3X6WO7UGjs.methodNotFound; exports.unauthorized = _chunk3X6WO7UGjs.unauthorized; exports.userRejectedRequest = _chunk3X6WO7UGjs.userRejectedRequest;
exports.CaveatAlreadyExistsError = _chunk4YXP3WEEjs.CaveatAlreadyExistsError; exports.CaveatDoesNotExistError = _chunk4YXP3WEEjs.CaveatDoesNotExistError; exports.CaveatInvalidJsonError = _chunk4YXP3WEEjs.CaveatInvalidJsonError; exports.CaveatMergeTypeMismatchError = _chunk4YXP3WEEjs.CaveatMergeTypeMismatchError; exports.CaveatMergerDoesNotExistError = _chunk4YXP3WEEjs.CaveatMergerDoesNotExistError; exports.CaveatMissingValueError = _chunk4YXP3WEEjs.CaveatMissingValueError; exports.CaveatSpecificationMismatchError = _chunk4YXP3WEEjs.CaveatSpecificationMismatchError; exports.DuplicateCaveatError = _chunk4YXP3WEEjs.DuplicateCaveatError; exports.EndowmentPermissionDoesNotExistError = _chunk4YXP3WEEjs.EndowmentPermissionDoesNotExistError; exports.ForbiddenCaveatError = _chunk4YXP3WEEjs.ForbiddenCaveatError; exports.InvalidApprovedPermissionError = _chunk4YXP3WEEjs.InvalidApprovedPermissionError; exports.InvalidCaveatError = _chunk4YXP3WEEjs.InvalidCaveatError; exports.InvalidCaveatFieldsError = _chunk4YXP3WEEjs.InvalidCaveatFieldsError; exports.InvalidCaveatTypeError = _chunk4YXP3WEEjs.InvalidCaveatTypeError; exports.InvalidCaveatsPropertyError = _chunk4YXP3WEEjs.InvalidCaveatsPropertyError; exports.InvalidMergedPermissionsError = _chunk4YXP3WEEjs.InvalidMergedPermissionsError; exports.InvalidSubjectIdentifierError = _chunk4YXP3WEEjs.InvalidSubjectIdentifierError; exports.PermissionDoesNotExistError = _chunk4YXP3WEEjs.PermissionDoesNotExistError; exports.PermissionsRequestNotFoundError = _chunk4YXP3WEEjs.PermissionsRequestNotFoundError; exports.UnrecognizedCaveatTypeError = _chunk4YXP3WEEjs.UnrecognizedCaveatTypeError; exports.UnrecognizedSubjectError = _chunk4YXP3WEEjs.UnrecognizedSubjectError; exports.internalError = _chunk4YXP3WEEjs.internalError; exports.invalidParams = _chunk4YXP3WEEjs.invalidParams; exports.methodNotFound = _chunk4YXP3WEEjs.methodNotFound; exports.unauthorized = _chunk4YXP3WEEjs.unauthorized; exports.userRejectedRequest = _chunk4YXP3WEEjs.userRejectedRequest;
//# sourceMappingURL=errors.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkDV74ZDGDjs = require('./chunk-DV74ZDGD.js');
var _chunkAQ46ICF5js = require('./chunk-AQ46ICF5.js');
require('./chunk-HRDKMOYS.js');
require('./chunk-XM622CMP.js');
require('./chunk-GHOOCGN3.js');
require('./chunk-HZPWUOQB.js');
require('./chunk-6UCIDD5V.js');
var _chunkI3DJ23QHjs = require('./chunk-I3DJ23QH.js');
var _chunkR56CBYD3js = require('./chunk-R56CBYD3.js');
var _chunkRKDXFKNNjs = require('./chunk-RKDXFKNN.js');
var _chunkD7PWCWCCjs = require('./chunk-D7PWCWCC.js');

@@ -24,4 +24,4 @@

var _chunkC73QV75Djs = require('./chunk-C73QV75D.js');
require('./chunk-VM4LI55W.js');
var _chunkIPKS33XAjs = require('./chunk-IPKS33XA.js');
require('./chunk-M5GM7UFU.js');

@@ -54,6 +54,6 @@

var _chunk3X6WO7UGjs = require('./chunk-3X6WO7UG.js');
var _chunk4YXP3WEEjs = require('./chunk-4YXP3WEE.js');
var _chunkPTE4672Ijs = require('./chunk-PTE4672I.js');
var _chunkTAK6LXU6js = require('./chunk-TAK6LXU6.js');
require('./chunk-Z2XKIXLS.js');

@@ -99,3 +99,3 @@

exports.CaveatAlreadyExistsError = _chunk3X6WO7UGjs.CaveatAlreadyExistsError; exports.CaveatDoesNotExistError = _chunk3X6WO7UGjs.CaveatDoesNotExistError; exports.CaveatInvalidJsonError = _chunk3X6WO7UGjs.CaveatInvalidJsonError; exports.CaveatMergeTypeMismatchError = _chunk3X6WO7UGjs.CaveatMergeTypeMismatchError; exports.CaveatMergerDoesNotExistError = _chunk3X6WO7UGjs.CaveatMergerDoesNotExistError; exports.CaveatMissingValueError = _chunk3X6WO7UGjs.CaveatMissingValueError; exports.CaveatMutatorOperation = _chunkI3DJ23QHjs.CaveatMutatorOperation; exports.CaveatSpecificationMismatchError = _chunk3X6WO7UGjs.CaveatSpecificationMismatchError; exports.DuplicateCaveatError = _chunk3X6WO7UGjs.DuplicateCaveatError; exports.EndowmentPermissionDoesNotExistError = _chunk3X6WO7UGjs.EndowmentPermissionDoesNotExistError; exports.ForbiddenCaveatError = _chunk3X6WO7UGjs.ForbiddenCaveatError; exports.InvalidApprovedPermissionError = _chunk3X6WO7UGjs.InvalidApprovedPermissionError; exports.InvalidCaveatError = _chunk3X6WO7UGjs.InvalidCaveatError; exports.InvalidCaveatFieldsError = _chunk3X6WO7UGjs.InvalidCaveatFieldsError; exports.InvalidCaveatTypeError = _chunk3X6WO7UGjs.InvalidCaveatTypeError; exports.InvalidCaveatsPropertyError = _chunk3X6WO7UGjs.InvalidCaveatsPropertyError; exports.InvalidMergedPermissionsError = _chunk3X6WO7UGjs.InvalidMergedPermissionsError; exports.InvalidSubjectIdentifierError = _chunk3X6WO7UGjs.InvalidSubjectIdentifierError; exports.MethodNames = _chunkPTE4672Ijs.MethodNames; exports.PermissionController = _chunkI3DJ23QHjs.PermissionController; exports.PermissionDoesNotExistError = _chunk3X6WO7UGjs.PermissionDoesNotExistError; exports.PermissionType = _chunkZH4MLSXXjs.PermissionType; exports.PermissionsRequestNotFoundError = _chunk3X6WO7UGjs.PermissionsRequestNotFoundError; exports.SubjectMetadataController = _chunkC73QV75Djs.SubjectMetadataController; exports.SubjectType = _chunkC73QV75Djs.SubjectType; exports.UnrecognizedCaveatTypeError = _chunk3X6WO7UGjs.UnrecognizedCaveatTypeError; exports.UnrecognizedSubjectError = _chunk3X6WO7UGjs.UnrecognizedSubjectError; exports.constructPermission = _chunkZH4MLSXXjs.constructPermission; exports.decorateWithCaveats = _chunkRKDXFKNNjs.decorateWithCaveats; exports.findCaveat = _chunkZH4MLSXXjs.findCaveat; exports.hasSpecificationType = _chunkZH4MLSXXjs.hasSpecificationType; exports.internalError = _chunk3X6WO7UGjs.internalError; exports.invalidParams = _chunk3X6WO7UGjs.invalidParams; exports.isRestrictedMethodCaveatSpecification = _chunkRKDXFKNNjs.isRestrictedMethodCaveatSpecification; exports.methodNotFound = _chunk3X6WO7UGjs.methodNotFound; exports.permissionRpcMethods = _chunkDV74ZDGDjs.rpc_methods_exports; exports.unauthorized = _chunk3X6WO7UGjs.unauthorized; exports.userRejectedRequest = _chunk3X6WO7UGjs.userRejectedRequest;
exports.CaveatAlreadyExistsError = _chunk4YXP3WEEjs.CaveatAlreadyExistsError; exports.CaveatDoesNotExistError = _chunk4YXP3WEEjs.CaveatDoesNotExistError; exports.CaveatInvalidJsonError = _chunk4YXP3WEEjs.CaveatInvalidJsonError; exports.CaveatMergeTypeMismatchError = _chunk4YXP3WEEjs.CaveatMergeTypeMismatchError; exports.CaveatMergerDoesNotExistError = _chunk4YXP3WEEjs.CaveatMergerDoesNotExistError; exports.CaveatMissingValueError = _chunk4YXP3WEEjs.CaveatMissingValueError; exports.CaveatMutatorOperation = _chunkR56CBYD3js.CaveatMutatorOperation; exports.CaveatSpecificationMismatchError = _chunk4YXP3WEEjs.CaveatSpecificationMismatchError; exports.DuplicateCaveatError = _chunk4YXP3WEEjs.DuplicateCaveatError; exports.EndowmentPermissionDoesNotExistError = _chunk4YXP3WEEjs.EndowmentPermissionDoesNotExistError; exports.ForbiddenCaveatError = _chunk4YXP3WEEjs.ForbiddenCaveatError; exports.InvalidApprovedPermissionError = _chunk4YXP3WEEjs.InvalidApprovedPermissionError; exports.InvalidCaveatError = _chunk4YXP3WEEjs.InvalidCaveatError; exports.InvalidCaveatFieldsError = _chunk4YXP3WEEjs.InvalidCaveatFieldsError; exports.InvalidCaveatTypeError = _chunk4YXP3WEEjs.InvalidCaveatTypeError; exports.InvalidCaveatsPropertyError = _chunk4YXP3WEEjs.InvalidCaveatsPropertyError; exports.InvalidMergedPermissionsError = _chunk4YXP3WEEjs.InvalidMergedPermissionsError; exports.InvalidSubjectIdentifierError = _chunk4YXP3WEEjs.InvalidSubjectIdentifierError; exports.MethodNames = _chunkTAK6LXU6js.MethodNames; exports.PermissionController = _chunkR56CBYD3js.PermissionController; exports.PermissionDoesNotExistError = _chunk4YXP3WEEjs.PermissionDoesNotExistError; exports.PermissionType = _chunkZH4MLSXXjs.PermissionType; exports.PermissionsRequestNotFoundError = _chunk4YXP3WEEjs.PermissionsRequestNotFoundError; exports.SubjectMetadataController = _chunkIPKS33XAjs.SubjectMetadataController; exports.SubjectType = _chunkIPKS33XAjs.SubjectType; exports.UnrecognizedCaveatTypeError = _chunk4YXP3WEEjs.UnrecognizedCaveatTypeError; exports.UnrecognizedSubjectError = _chunk4YXP3WEEjs.UnrecognizedSubjectError; exports.constructPermission = _chunkZH4MLSXXjs.constructPermission; exports.decorateWithCaveats = _chunkD7PWCWCCjs.decorateWithCaveats; exports.findCaveat = _chunkZH4MLSXXjs.findCaveat; exports.hasSpecificationType = _chunkZH4MLSXXjs.hasSpecificationType; exports.internalError = _chunk4YXP3WEEjs.internalError; exports.invalidParams = _chunk4YXP3WEEjs.invalidParams; exports.isRestrictedMethodCaveatSpecification = _chunkD7PWCWCCjs.isRestrictedMethodCaveatSpecification; exports.methodNotFound = _chunk4YXP3WEEjs.methodNotFound; exports.permissionRpcMethods = _chunkAQ46ICF5js.rpc_methods_exports; exports.unauthorized = _chunk4YXP3WEEjs.unauthorized; exports.userRejectedRequest = _chunk4YXP3WEEjs.userRejectedRequest;
//# sourceMappingURL=index.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkVM4LI55Wjs = require('./chunk-VM4LI55W.js');
require('./chunk-3X6WO7UG.js');
var _chunkM5GM7UFUjs = require('./chunk-M5GM7UFU.js');
require('./chunk-4YXP3WEE.js');
require('./chunk-Z2XKIXLS.js');
exports.getPermissionMiddlewareFactory = _chunkVM4LI55Wjs.getPermissionMiddlewareFactory;
exports.getPermissionMiddlewareFactory = _chunkM5GM7UFUjs.getPermissionMiddlewareFactory;
//# sourceMappingURL=permission-middleware.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkI3DJ23QHjs = require('./chunk-I3DJ23QH.js');
require('./chunk-RKDXFKNN.js');
var _chunkR56CBYD3js = require('./chunk-R56CBYD3.js');
require('./chunk-D7PWCWCC.js');
require('./chunk-ZH4MLSXX.js');
require('./chunk-VM4LI55W.js');
require('./chunk-3X6WO7UG.js');
require('./chunk-PTE4672I.js');
require('./chunk-M5GM7UFU.js');
require('./chunk-4YXP3WEE.js');
require('./chunk-TAK6LXU6.js');
require('./chunk-Z2XKIXLS.js');

@@ -14,3 +14,3 @@

exports.CaveatMutatorOperation = _chunkI3DJ23QHjs.CaveatMutatorOperation; exports.PermissionController = _chunkI3DJ23QHjs.PermissionController;
exports.CaveatMutatorOperation = _chunkR56CBYD3js.CaveatMutatorOperation; exports.PermissionController = _chunkR56CBYD3js.PermissionController;
//# sourceMappingURL=PermissionController.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkHRDKMOYSjs = require('../chunk-HRDKMOYS.js');
require('../chunk-PTE4672I.js');
require('../chunk-TAK6LXU6.js');
require('../chunk-Z2XKIXLS.js');

@@ -6,0 +6,0 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkDV74ZDGDjs = require('../chunk-DV74ZDGD.js');
var _chunkAQ46ICF5js = require('../chunk-AQ46ICF5.js');
require('../chunk-HRDKMOYS.js');
require('../chunk-XM622CMP.js');
require('../chunk-GHOOCGN3.js');
require('../chunk-3X6WO7UG.js');
require('../chunk-PTE4672I.js');
require('../chunk-HZPWUOQB.js');
require('../chunk-6UCIDD5V.js');
require('../chunk-4YXP3WEE.js');
require('../chunk-TAK6LXU6.js');
require('../chunk-Z2XKIXLS.js');
exports.handlers = _chunkDV74ZDGDjs.handlers;
exports.handlers = _chunkAQ46ICF5js.handlers;
//# sourceMappingURL=index.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkXM622CMPjs = require('../chunk-XM622CMP.js');
require('../chunk-3X6WO7UG.js');
require('../chunk-PTE4672I.js');
var _chunkHZPWUOQBjs = require('../chunk-HZPWUOQB.js');
require('../chunk-4YXP3WEE.js');
require('../chunk-TAK6LXU6.js');
require('../chunk-Z2XKIXLS.js');
exports.requestPermissionsHandler = _chunkXM622CMPjs.requestPermissionsHandler;
exports.requestPermissionsHandler = _chunkHZPWUOQBjs.requestPermissionsHandler;
//# sourceMappingURL=requestPermissions.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkGHOOCGN3js = require('../chunk-GHOOCGN3.js');
require('../chunk-3X6WO7UG.js');
require('../chunk-PTE4672I.js');
var _chunk6UCIDD5Vjs = require('../chunk-6UCIDD5V.js');
require('../chunk-4YXP3WEE.js');
require('../chunk-TAK6LXU6.js');
require('../chunk-Z2XKIXLS.js');
exports.revokePermissionsHandler = _chunkGHOOCGN3js.revokePermissionsHandler;
exports.revokePermissionsHandler = _chunk6UCIDD5Vjs.revokePermissionsHandler;
//# sourceMappingURL=revokePermissions.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkC73QV75Djs = require('./chunk-C73QV75D.js');
var _chunkIPKS33XAjs = require('./chunk-IPKS33XA.js');
require('./chunk-Z2XKIXLS.js');

@@ -9,3 +9,3 @@

exports.SubjectMetadataController = _chunkC73QV75Djs.SubjectMetadataController; exports.SubjectType = _chunkC73QV75Djs.SubjectType;
exports.SubjectMetadataController = _chunkIPKS33XAjs.SubjectMetadataController; exports.SubjectType = _chunkIPKS33XAjs.SubjectType;
//# sourceMappingURL=SubjectMetadataController.js.map
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkPTE4672Ijs = require('./chunk-PTE4672I.js');
var _chunkTAK6LXU6js = require('./chunk-TAK6LXU6.js');
require('./chunk-Z2XKIXLS.js');

@@ -9,3 +9,3 @@

exports.MethodNames = _chunkPTE4672Ijs.MethodNames; exports.collectUniqueAndPairedCaveats = _chunkPTE4672Ijs.collectUniqueAndPairedCaveats;
exports.MethodNames = _chunkTAK6LXU6js.MethodNames; exports.collectUniqueAndPairedCaveats = _chunkTAK6LXU6js.collectUniqueAndPairedCaveats;
//# sourceMappingURL=utils.js.map
{
"name": "@metamask/permission-controller",
"version": "10.0.0",
"version": "10.0.1",
"description": "Mediates access to JSON-RPC methods, used to interact with pieces of the MetaMask stack, via middleware for json-rpc-engine",

@@ -44,7 +44,7 @@ "keywords": [

"dependencies": {
"@metamask/base-controller": "^6.0.0",
"@metamask/controller-utils": "^11.0.0",
"@metamask/json-rpc-engine": "^9.0.0",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/utils": "^8.3.0",
"@metamask/base-controller": "^6.0.1",
"@metamask/controller-utils": "^11.0.1",
"@metamask/json-rpc-engine": "^9.0.1",
"@metamask/rpc-errors": "^6.3.1",
"@metamask/utils": "^9.0.0",
"@types/deep-freeze-strict": "^1.1.0",

@@ -56,3 +56,3 @@ "deep-freeze-strict": "^1.1.1",

"devDependencies": {
"@metamask/approval-controller": "^7.0.0",
"@metamask/approval-controller": "^7.0.1",
"@metamask/auto-changelog": "^3.4.4",

@@ -59,0 +59,0 @@ "@types/jest": "^27.4.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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