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

sfpowerkit

Package Overview
Dependencies
Maintainers
1
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfpowerkit - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"1.5.2","commands":{"sfpowerkit:org:healthcheck":{"id":"sfpowerkit:org:healthcheck","description":"Gets the health details of an org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:healthcheck -u myOrg@example.com\n Successfully Retrived the healthstatus of the org\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"sfpowerkit:package:valid":{"id":"sfpowerkit:package:valid","description":"Validates a package to check whether it only contains valid metadata as per metadata coverage","usage":"<%= command.id %> [-n <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:package:valid -n testPackage\n Now analyzing inspections\nConverting package testPackage\nSource was successfully converted to Metadata API format and written to the location: D:projects\testPackage\temp_sfpowerkitmdapi\nElements supported included in your package testPackage are\n[\n \"AuraDefinitionBundle\",\n \"CustomApplication\",\n \"ApexClass\",\n \"ContentAsset\",\n \"WorkflowRule\"\n]\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"package":{"name":"package","type":"option","char":"n","description":"the package to analyze","required":false}},"args":[]},"sfpowerkit:org:connectedapp:create":{"id":"sfpowerkit:org:connectedapp:create","description":" Creates a connected app in the target org for JWT based authentication, Please note it only creates Connected App with All users may self authorize option, You would need to manually edit the policies to enable admin users are pre-approved and add your profile to this connected app","usage":"<%= command.id %> -n <string> -c <filepath> -e <email> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:connectedapp:create -u myOrg@example.com -n AzurePipelines -c id_rsa -e azlam.salamm@invalid.com\n Created Connected App AzurePipelines in Target Org\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the connected app to be created","required":true},"pathtocertificate":{"name":"pathtocertificate","type":"option","char":"c","description":"Filepath to the private certificate for the connected app to be created","required":true},"email":{"name":"email","type":"option","char":"e","description":"Email of the connected app to be created","required":true}},"args":[]},"sfpowerkit:org:sandbox:create":{"id":"sfpowerkit:org:sandbox:create","description":"Creates a sandbox using the tooling api, ensure the user has the required permissions before using this command","usage":"<%= command.id %> -n <string> -d <string> -l <string> [-a <string>] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:sandbox:create -d Testsandbox -l DEVELOPER -n test2 -u myOrg@example.com\n Successfully Enqueued Creation of Sandbox\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the sandbox","required":true},"description":{"name":"description","type":"option","char":"d","description":"Description of the sandbox","required":true},"licensetype":{"name":"licensetype","type":"option","char":"l","description":"Type of the sandbox. Valid values are DEVELOPER,DEVELOPER_PRO,PARTIAL,FULL","required":true,"options":["DEVELOPER","DEVELOPER_PRO","PARTIAL","FULL"]},"apexclass":{"name":"apexclass","type":"option","char":"a","description":"A reference to the ID of an Apex class that runs after each copy of the sandbox","required":false,"default":""},"clonefrom":{"name":"clonefrom","type":"option","char":"f","description":"A reference to the ID of a SandboxInfo that serves as the source org for a cloned sandbox.","required":false,"default":""}},"args":[]},"sfpowerkit:org:sandbox:info":{"id":"sfpowerkit:org:sandbox:info","description":"Gets the status of a sandbox","usage":"<%= command.id %> -n <string> [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:sandbox:info -n test2 -u myOrg@example.com\n Successfully Enqueued Refresh of Sandbox\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the sandbox","required":true},"showonlylatest":{"name":"showonlylatest","type":"boolean","char":"s","description":"Shows only the latest info of the sandbox record","required":false,"allowNo":false}},"args":[]},"sfpowerkit:org:sandbox:refresh":{"id":"sfpowerkit:org:sandbox:refresh","description":"Refresh a sandbox using the tooling api, ensure the user has the required permissions before using this command","usage":"<%= command.id %> -n <string> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:sandbox:refresh -n test2 -f sitSandbox -u myOrg@example.com\n Successfully Enqueued Refresh of Sandbox\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the sandbox","required":true},"clonefrom":{"name":"clonefrom","type":"option","char":"f","description":"A reference to the ID of a SandboxInfo that serves as the source org for a cloned sandbox.","required":false,"default":""}},"args":[]},"sfpowerkit:package:dependencies:install":{"id":"sfpowerkit:package:dependencies:install","description":"Install dependencies of a package","usage":"<%= command.id %> [-p <string>] [-k <string>] [-b <string>] [-w <string>] [-r] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfpowerkit package:dependencies:install -u MyScratchOrg -v MyDevHub -k \"1:MyPackage1Key 2: 3:MyPackage3Key\" -b \"DEV\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"individualpackage":{"name":"individualpackage","type":"option","char":"p","description":"Installs a specific package especially for upgrade scenario","required":false},"installationkeys":{"name":"installationkeys","type":"option","char":"k","description":"installation key for key-protected packages (format is 1:MyPackage1Key 2: 3:MyPackage3Key... to allow some packages without installation key)","required":false},"branch":{"name":"branch","type":"option","char":"b","description":"the package version’s branch","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for installation status (also used for publishwait). Default is 10","required":false},"noprompt":{"name":"noprompt","type":"boolean","char":"r","description":"allow Remote Site Settings and Content Security Policy websites to send or receive data without confirmation","required":false,"allowNo":false}},"args":[]},"sfpowerkit:source:profile:generate":{"id":"sfpowerkit:source:profile:generate","description":"Gets the status of a sandbox","usage":"<%= command.id %> -x <filepath> [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:source:profile:generate -x package.xml\n Generated Admin Profile succesfully\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"name":{"name":"name","type":"option","char":"x","description":"Name of the sandbox","required":true}},"args":[]}}}
{"version":"1.5.3","commands":{"sfpowerkit:org:healthcheck":{"id":"sfpowerkit:org:healthcheck","description":"Gets the health details of an org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:healthcheck -u myOrg@example.com\n Successfully Retrived the healthstatus of the org\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"sfpowerkit:package:valid":{"id":"sfpowerkit:package:valid","description":"Validates a package to check whether it only contains valid metadata as per metadata coverage","usage":"<%= command.id %> [-n <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:package:valid -n testPackage\n Now analyzing inspections\nConverting package testPackage\nSource was successfully converted to Metadata API format and written to the location: D:projects\testPackage\temp_sfpowerkitmdapi\nElements supported included in your package testPackage are\n[\n \"AuraDefinitionBundle\",\n \"CustomApplication\",\n \"ApexClass\",\n \"ContentAsset\",\n \"WorkflowRule\"\n]\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"package":{"name":"package","type":"option","char":"n","description":"the package to analyze","required":false}},"args":[]},"sfpowerkit:org:connectedapp:create":{"id":"sfpowerkit:org:connectedapp:create","description":" Creates a connected app in the target org for JWT based authentication, Please note it only creates Connected App with All users may self authorize option, You would need to manually edit the policies to enable admin users are pre-approved and add your profile to this connected app","usage":"<%= command.id %> -n <string> -c <filepath> -e <email> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:connectedapp:create -u myOrg@example.com -n AzurePipelines -c id_rsa -e azlam.salamm@invalid.com\n Created Connected App AzurePipelines in Target Org\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the connected app to be created","required":true},"pathtocertificate":{"name":"pathtocertificate","type":"option","char":"c","description":"Filepath to the private certificate for the connected app to be created","required":true},"email":{"name":"email","type":"option","char":"e","description":"Email of the connected app to be created","required":true}},"args":[]},"sfpowerkit:org:sandbox:create":{"id":"sfpowerkit:org:sandbox:create","description":"Creates a sandbox using the tooling api, ensure the user has the required permissions before using this command","usage":"<%= command.id %> -n <string> -d <string> -l <string> [-a <string>] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:sandbox:create -d Testsandbox -l DEVELOPER -n test2 -u myOrg@example.com\n Successfully Enqueued Creation of Sandbox\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the sandbox","required":true},"description":{"name":"description","type":"option","char":"d","description":"Description of the sandbox","required":true},"licensetype":{"name":"licensetype","type":"option","char":"l","description":"Type of the sandbox. Valid values are DEVELOPER,DEVELOPER_PRO,PARTIAL,FULL","required":true,"options":["DEVELOPER","DEVELOPER_PRO","PARTIAL","FULL"]},"apexclass":{"name":"apexclass","type":"option","char":"a","description":"A reference to the ID of an Apex class that runs after each copy of the sandbox","required":false,"default":""},"clonefrom":{"name":"clonefrom","type":"option","char":"f","description":"A reference to the ID of a SandboxInfo that serves as the source org for a cloned sandbox.","required":false,"default":""}},"args":[]},"sfpowerkit:org:sandbox:info":{"id":"sfpowerkit:org:sandbox:info","description":"Gets the status of a sandbox","usage":"<%= command.id %> -n <string> [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:sandbox:info -n test2 -u myOrg@example.com\n Successfully Enqueued Refresh of Sandbox\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the sandbox","required":true},"showonlylatest":{"name":"showonlylatest","type":"boolean","char":"s","description":"Shows only the latest info of the sandbox record","required":false,"allowNo":false}},"args":[]},"sfpowerkit:org:sandbox:refresh":{"id":"sfpowerkit:org:sandbox:refresh","description":"Refresh a sandbox using the tooling api, ensure the user has the required permissions before using this command","usage":"<%= command.id %> -n <string> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:org:sandbox:refresh -n test2 -f sitSandbox -u myOrg@example.com\n Successfully Enqueued Refresh of Sandbox\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"Name of the sandbox","required":true},"clonefrom":{"name":"clonefrom","type":"option","char":"f","description":"A reference to the ID of a SandboxInfo that serves as the source org for a cloned sandbox.","required":false,"default":""}},"args":[]},"sfpowerkit:package:dependencies:install":{"id":"sfpowerkit:package:dependencies:install","description":"Install dependencies of a package","usage":"<%= command.id %> [-p <string>] [-k <string>] [-b <string>] [-w <string>] [-r] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfpowerkit package:dependencies:install -u MyScratchOrg -v MyDevHub -k \"1:MyPackage1Key 2: 3:MyPackage3Key\" -b \"DEV\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"individualpackage":{"name":"individualpackage","type":"option","char":"p","description":"Installs a specific package especially for upgrade scenario","required":false},"installationkeys":{"name":"installationkeys","type":"option","char":"k","description":"installation key for key-protected packages (format is 1:MyPackage1Key 2: 3:MyPackage3Key... to allow some packages without installation key)","required":false},"branch":{"name":"branch","type":"option","char":"b","description":"the package version’s branch","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for installation status (also used for publishwait). Default is 10","required":false},"noprompt":{"name":"noprompt","type":"boolean","char":"r","description":"allow Remote Site Settings and Content Security Policy websites to send or receive data without confirmation","required":false,"allowNo":false}},"args":[]},"sfpowerkit:source:profile:generate":{"id":"sfpowerkit:source:profile:generate","description":"Gets the status of a sandbox","usage":"<%= command.id %> -x <filepath> [--json] [--loglevel trace|debug|info|warn|error|fatal]","pluginName":"sfpowerkit","pluginType":"core","aliases":[],"examples":["$ sfdx sfpowerkit:source:profile:generate -x package.xml\n Generated Admin Profile succesfully\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"],"default":"warn"},"name":{"name":"name","type":"option","char":"x","description":"Name of the sandbox","required":true}},"args":[]}}}
{
"name": "sfpowerkit",
"description": "Swiss Army toolset for Salesforce",
"version": "1.5.2",
"version": "1.5.3",
"author": "Azlam Abdulsalam @azlamsalam",

@@ -76,4 +76,4 @@ "bugs": "https://github.com/azlamsalam/sfpowerkit/issues",

"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
"version":"git add README.md"
}
}

@@ -40,3 +40,3 @@ sfpowerkit

## `sfpowerkit sfpowerkit:org:healthcheck`
## `sfpowerkit:org:healthcheck`

@@ -63,3 +63,3 @@ Gets the health details of an org

## `sfpowerkit sfpowerkit:org:sandbox:create`
## `sfpowerkit:org:sandbox:create`

@@ -104,3 +104,3 @@ Creates a sandbox using the tooling api, ensure the user has the required permissions before using this command

## ` sfpowerkit sfpowerkit:org:sandbox:info`
## ` sfpowerkit:org:sandbox:info`

@@ -229,2 +229,1 @@ Gets the status of a sandbox

_See code: [src\commands\sfpowerkit\package\valid.ts](https://github.com/azlamsalam/sfpowerkit/blob/v1.5.0/src\commands\sfpowerkit\package\valid.ts)_

Sorry, the diff of this file is too big to display

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