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

@uppy/companion-client

Package Overview
Dependencies
Maintainers
5
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/companion-client - npm Package Versions

1
9

2.0.0

Diff

Changelog

Source

2.0.0

Released: 2021-08-24

| Package | Version | Package | Version | |-|-|-|-| | @uppy/angular | 0.2.0 | @uppy/provider-views | 2.0.0 | | @uppy/aws-s3-multipart | 2.0.0 | @uppy/react-native | 0.2.0 | | @uppy/aws-s3 | 2.0.0 | @uppy/react | 2.0.0 | | @uppy/box | 1.0.0 | @uppy/redux-dev-tools | 2.0.0 | | @uppy/companion-client | 2.0.0 | @uppy/robodog | 2.0.0 | | @uppy/companion | 3.0.0 | @uppy/screen-capture | 2.0.0 | | @uppy/core | 2.0.0 | @uppy/status-bar | 2.0.0 | | @uppy/dashboard | 2.0.0 | @uppy/store-default | 2.0.0 | | @uppy/drag-drop | 2.0.0 | @uppy/store-redux | 2.0.0 | | @uppy/drop-target | 1.0.0 | @uppy/svelte | 1.0.0 | | @uppy/dropbox | 2.0.0 | @uppy/thumbnail-generator | 2.0.0 | | @uppy/facebook | 2.0.0 | @uppy/transloadit | 2.0.0 | | @uppy/file-input | 2.0.0 | @uppy/tus | 2.0.0 | | @uppy/form | 2.0.0 | @uppy/unsplash | 1.0.0 | | @uppy/golden-retriever | 2.0.0 | @uppy/url | 2.0.0 | | @uppy/google-drive | 2.0.0 | @uppy/utils | 4.0.0 | | @uppy/image-editor | 1.0.0 | @uppy/vue | 0.3.0 | | @uppy/informer | 2.0.0 | @uppy/webcam | 2.0.0 | | @uppy/instagram | 2.0.0 | @uppy/xhr-upload | 2.0.0 | | @uppy/locales | 2.0.0 | @uppy/zoom | 1.0.0 | | @uppy/onedrive | 2.0.0 | uppy | 2.0.0 | | @uppy/progress-bar | 2.0.0 | - | - |

⚠️ Breaking changes

  • build: Remove IE polyfills and special casing — Uppy officially drops IE 11 support. You can manually include the polyfills, and we have an uppy.legacy.js bundle, but we are not (#2947 / @aduh95)
  • @uppy/core: Upgraded Preact to latest Preact 10 — all custom Uppy plugins should now use new version too (#2926 / @Murderlon)
  • @uppy/core: force new keyword — please 1always use const uppy = new Uppy() now (#2949 / @arturi)
  • @uppy/core: renamed allowMultipleUploads to allowMultipleUploadBatches (#3115 / @arturi)
  • @uppy/core: Split Plugin into BasePlugin and extended UIPlugin (#2944 / @Murderlon)
  • @uppy/core: Set plugin titles from locale packs (#3023 / @arturi)
  • @uppy/informer: Support multiple messages in informer (#3017 / @Murderlon)
  • @uppy/xhr-upload, @uppy/tus: Set default concurrent file upload limit to 5 (#2993 / @arturi)
  • @uppy/core: Strictly type uppy events (#3085 / @Hawxy)
  • @uppy/core: always enable strict types and remove .run method (#2957 / @Murderlon)
  • @uppy/dashboard: Removed backwards compatibility hacks in locales (#2969 / @goto-bus-stop)
  • @uppy/companion Removed oldHtmlContent from Companion’s send-token option (#2967 / @Murderlon)
  • @uppy/provider-views: Removed isTeamDrive from @uppy/google-drive option (#2967 / @Murderlon)
  • @uppy/tus: Removed timeout for resetUploaderReferences option (#2967 / @Murderlon)
  • @uppy/tus: Removed resume option (#2967 / @Murderlon)

Misc

  • @uppy/angular: fix uppy dependencies @aduh95
  • @uppy/angular: upgrade to Angular 12.1 (d61113979 / @aduh95 )
  • @uppy/aws-s3-multipart: add support for presigned URL batching (#3056 / @martin-brennan)
  • @uppy/aws-s3: refactor to private fields (#3076 / @aduh95)
  • @uppy/aws-s3: refactor to use private fields (#3094 / @aduh95)
  • @uppy/companion-client: migrate to private properties (#3057 / @aduh95)
  • @uppy/companion: Companion improve logging (#3103 / @mifi)
  • @uppy/companion: fix build (960cfa5ba / @aduh95)
  • @uppy/companion: remove lodash dependency (#3036 / @aduh95)
  • @uppy/companion: Remove deprecated serverHeaders in favour of companionHeaders (#2995 / @arturi)
  • @uppy/core: add types for logger (#3090 / @bencergazda)
  • @uppy/core: avoid binding methods to instance in constructor (#3043 / @aduh95)
  • @uppy/core: Create getObjectOfFilesPerState in core for plugins (#2961 / @Murderlon)
  • @uppy/core: Create onUnmount in UIPlugin for plugins that require clean up (#3093 / @Murderlon)
  • @uppy/core: detach event listeners on close (#3035 / @aduh95)
  • @uppy/core: do not expose plugins property (#3045 / @aduh95)
  • @uppy/core: fix i18n binding (4ab06907c / @aduh95)
  • @uppy/core: fix types (dcaef3173 / @aduh95)
  • @uppy/core: move event emitter to private properties (#3042 / @aduh95)
  • @uppy/core: move more internals to private properties (#3041 / @aduh95)
  • @uppy/core: onBeforeFileAdded — pass full file object with extension, detected type, meta, size, etc (#2941 / @arturi)
  • @uppy/core: reject empty string as valid value for required meta fields (#3119 / @aduh95) (0b801ccba)
  • @uppy/core: Remove sync option from VirtualList & update UIPlugin render @Murderlon
  • @uppy/core: remove more IE hacks (#3015 / @aduh95)
  • @uppy/core: remove use of Array.prototype.reduce where possible (#3016 / @aduh95)
  • @uppy/core: Resolve all type TODO's (#2963 / @Murderlon)
  • @uppy/core: UIPlugin fix: prevent Preact replacing contents of body element by using createDocumentFragment (#3072 / @arturi)
  • @uppy/core: use private fields (#3013 / @aduh95)
  • @uppy/core: use privater properties in UIPlugin (#3073 / @aduh95)
  • @uppy/core: validateRestrictions was failing due to being unbound, fixed with arrow function (1c7ac56d8 / @arturi)
  • @uppy/dashboard, @uppy/status-bar: call core methods directly (#3062 / @arturi)
  • @uppy/dashboard: don’t show informer for individual required meta fields errors (#3060 / @arturi)
  • @uppy/dashboard: fileSource string is unused (2b52d9f9a / @arturi)
  • @uppy/dashboard: Fix editFile locale usage (#3108 / @Murderlon)
  • @uppy/dashboard: fix metafield form validation (#3113 / @aduh95)
  • @uppy/dashboard: set default trigger: null (#2942 / @arturi)
  • @uppy/dashboard: showLinkToFileUploadResult: false by default (#2994 / @arturi)
  • @uppy/form: deprecate multipleResults option (#2996 / @arturi)
  • @uppy/image-editor: Add croppedCanvasOptions to image editor opts (#3037 / @Murderlon)
  • @uppy/image-editor: fix SASS deprecation warning (#3009 / @aduh95)
  • @uppy/informer: remove dependency to preact-transition-group (#3055 / @aduh95)
  • @uppy/locales: Fix locales — point to CDN v1.31.0 (198f23649 / @arturi)
  • @uppy/locales: remove es_GL that was kept for backwards-compat (#2943 / @arturi)
  • @uppy/locales: remove unused strings (@arturi)
  • @uppy/locales: Sync and enhance locale de_DE (#3071 / @paescuj)
  • @uppy/provider-views: Improve checkbox for screenreaders 2 (#2980 / @Murderlon)
  • @uppy/provider-views: Sort Google Drive list by name (#3069 / @Murderlon)
  • @uppy/provider-views: Tweak breadcrump styling (#3030 / @Murderlon)
  • @uppy/robodog: fix types @aduh95 (d9ff0030a)
  • @uppy/store-redux: force new keyword (17f71da67 / @aduh95)
  • @uppy/transloadit: fix tests on v16.x (@aduh95)
  • @uppy/transloadit: fix unhandled promise rejections (#2948 / @aduh95)
  • @uppy/transloadit: refactor to use private properties (#3019 / @aduh95)
  • @uppy/transloadit: upgrade socket.io-client version (#3065 / @aduh95)
  • @uppy/tus: remove autoRetry option (#2938 / @aduh95)
  • @uppy/utils: avoid creating throw-away <div> in isDragDropSupported (#3080 / @aduh95)
  • @uppy/utils: improve support of data URI in dataURItoBlob (#3080 / @aduh95) (0cccb686f)
  • @uppy/utils: refactor prettyETA (#3080 / @aduh95)
  • @uppy/utils: refactor truncateString (#3080 / @aduh95)
  • @uppy/utils: remove ponyfill for Array#findIndex (#3080 / @aduh95)
  • @uppy/utils: resolve remaining linter errors (#3091 / @aduh95)
  • @uppy/utils: simplify canvasToBlob (#3080 / @aduh95)
  • @uppy/utils: simplify getTimeStamp (#3080 / @aduh95)
  • @uppy/utils: simplify code using optional chaining (#3080 / @aduh95)
  • @uppy/utils: use Array.from insterad of custom utils (#3080 / @aduh95)
  • @uppy/utils: use private fields in EventTracker (#3080 / @aduh95)
  • @uppy/utils: use private fields in ProgressTimeout (#3080 / @aduh95)
  • @uppy/utils: use private fields in RateLimitedQueue (#3080 / @aduh95)
  • @uppy/webcam, @uppy/screen-capture: expect built-in support for MediaDevices API (#2945 / @aduh95)
  • @uppy/webcam: Fix webcam mirror option (#3074 / @Murderlon) (b7210b137)
  • @uppy/xhr-upload: Call upload-started for every file instead of all at once in xhr-upload (#3005 / @Murderlon)
  • @uppy/xhr-upload: change default name depending on whether bundle is set (#2933 / @aduh95)
  • @uppy/xhr-upload: fix import path (#3080 / @aduh95)
  • @uppy/xhr-upload: use symbol for internal options (#2934 / @aduh95)
  • @uppy/locales: Add new added phrases and some improvment to fa_IR translation file (#3050 / @ghasrfakhri)
  • build: Add @babel/plugin-proposal-nullish-coalescing-operator babel plugin (4bbd3b97b / @aduh95)
  • build: add stylelint (#3124 / @arturi) (dbe3ed25b)
  • build: Bootstrap without package-lock files (#3029 / @Murderlon)
  • build: don't run markdown tests in type tests (a4e2da159 / @aduh95)
  • build: don’t run IE tests for 2.0 (e4eb502f2 / @arturi)
  • build: enable linter for TypeScript (#2997 / @aduh95) (5630f7dc0)
  • build: enforce no-unused-vars linter rule (#3118 / @aduh95) (ec87b232e)
  • build: fix package.json imports to be inlined by Babel (#3047 / @aduh95)
  • build: fix building on Node.js v14.x LTS (#3061 / @aduh95)
  • build: fix legacy bundle (#3112 / @aduh95)
  • build: Fix lint warnings in bin/locale-packs.js (#3028 / @goto-bus-stop)
  • build: harden locale pack check for unused or duplicate key (#3081 / @aduh95)
  • build: lint JS code snippets inside blog posts (#2992 / @aduh95)
  • build: remove @babel/polyfill in favor of core-js@3 (#3025 / @aduh95)
  • build: remove Node.js v10.x, add v16.x (#2932 / @aduh95)
  • build: remove use of promisify where possible (#3010 / @aduh95)
  • build: Set node version in workflows/cdn.yml to 16.x @Murderlon (35697d18d)
  • build: Stricter linter (#3095 / @aduh95)
  • doc, deps: clean up polyfill inconsistencies (#3020 / @aduh95)
  • doc: lint JS code snippets (#2954 / @aduh95)
  • docs: Fix typo in docs/companion.md (3632a55c6 / @Murderlon)
  • docs: use ESM syntax in code snippets (#2953 / @aduh95)
  • Improve a11y of remove button in dashboard (#3088 / @Murderlon)
  • meta: rename master branch to main (08cac3beb / @arturi)
  • meta: Resolve or remove miscellaneous todos (#2967 / @Murderlon)
  • @uppy/companion: Safely escape <script> injected code in companion send-token.js (#3101 / @mifi) (3059d733f)
  • test: fix end2end test suite (#3008 / @aduh95)
  • test: remove npm warning on Node.js v14.x (1666f8918 / @aduh95)
  • website: Disable box (#3087 / @mifi)
  • website: hide Box from examples for now (0b9092527 / @arturi)
  • website: set background color on root element (#3078 / @aduh95)
  • website: update jquery to latest (c70b9d71b / @arturi)
  • docs: update example to use i18nInit (#3122 / @aduh95) (2a93874e3)

Dependency upgrades

  • deps: remove unused cheerio-select-tmp @aduh95 (367ec5099 / @aduh95)
  • deps: remove unused karma-* @aduh95 (d2a4c9e84 / @aduh95)
  • deps: update browserify to v17 @aduh95 (79611cc8d / @aduh95)
  • deps: upgrade eslint plugins @aduh95 (ce5414d3b / @aduh95)
  • deps: upgrade adm-zip to v0.5 @aduh95 (0e8ab0d6d / @aduh95)
  • deps: upgrade typescript version @aduh95 (d6fb14dfb)
  • deps: upgrade verdaccio to v5 @aduh95 (135c64a26)
  • deps: upgrade tsd to v0.17 @aduh95 (7f6c3fcc4)
  • deps: update temp-write to v5 @aduh95 (d01422937)
  • deps: upgrade tar to v6 @aduh95 (2a1512288)
  • deps: upgrade remark-cli to v9 @aduh95 (def967d5e)
  • deps: upgrade pacote to v11 @aduh95 (431f437d1)
  • deps: upgrade onchange to v7 @aduh95 (91f056e9e)
  • deps: upgrade npm-packlist to v2 @aduh95 (047261ca8)
  • deps: upgrade nodemonto v2 @aduh95 (115fa101f)
  • @uppy/companion: upgrade helmet to v4 @aduh95 (7330d21b8)
  • deps: update lerna to v4 @aduh95 (469e2e5df)
  • deps: remove execa and refactor update-contributors script @aduh95 (95a8d871e)
  • deps: update cssname to v5 @aduh95 (51af8668f)
  • deps: upgrade chalk to v4 @aduh95 (8e2833546)
  • deps: update autoprefixer to v10 @aduh95 (0481f5d9b)
  • deps: remove unused webpack deps @aduh95 (f251c5705)
  • deps: upgrade webdriverio to v7 @aduh95 (96b9e74f7)
  • deps: re-organize React dependencies @aduh95 (f3b90b072)
  • deps: remove mkdirp in favor of the built-in fs.mkdir @aduh95 (06d5b3e25)
  • deps: remove unused json3 @aduh95 (811acddfa)
  • deps: upgrade isomorphic-fetch @aduh95 (d5d34fd12)
  • deps: upgrade globby @aduh95 (0964e9a16)
  • deps: upgrade fakefile @aduh95 (b7e939d1d)
  • deps: upgrade exircist @aduh95 (51f28ab95)
  • deps: remove rimraf in favor of built-in fs.rm @aduh95 (e4c53bdad)
  • test: update jest to v27 @aduh95 (bbf04e4bd)
  • deps: upgrade nock to v13 @aduh95 (38388b175)
  • deps: replace cuid with nanoid (#3053 / @aduh95)
  • deps: nanoid to 3.1.25 to fix missing commonjs issue (6e8b1d50d / @arturi)
  • deps: Bump tar from 6.1.0 to 6.1.2 (#3070)
  • deps: remove qs-stringify from dependencies (#3077 / @aduh95)
  • deps: upgrade create-react-app to 4.0.3 (0760be8cc / @arturi)
  • deps: update Webdriverio packages (#3027 / @aduh95)
  • deps: update package-lock.json (4497557a3 / @aduh95)
arturi
published 2.0.0-alpha.0 •

arturi
published 1.10.2 •

arturi
published 1.10.1 •

Changelog

Source

1.10.1

| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 1.10.0 | uppy | 1.10.1 | | @uppy/facebook | 1.0.0

This release moves @uppy/facebook out of beta to a 1.0.0 and adds Uppy.Facebook to the Uppy CDN bundle:

https://releases.transloadit.com/uppy/v1.10.1/uppy.min.js
https://releases.transloadit.com/uppy/v1.10.1/uppy.min.css
  • uppy: add @uppy/facebook to uppy NPM and CDN bundles
  • @uppy/facebook: Get Facebook integration on its feet (@ifedapoolarewaju)
  • website: Add featured customers logos (#2120 / @nqst)

You can optionally download 1.10.1 release bundle: https://releases.transloadit.com/uppy/v1.10.1/uppy-v1.10.1.zip

arturi
published 1.10.0 •

Changelog

Source

1.10.0

| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 1.10.0 | uppy | 1.10.0 |

This release offers a bunch of Companion improvements and bug fixes.

  • @uppy/companion: pass endpoint and region to AWS SDK constructor (#2113 / @goto-bus-stop)
  • @uppy/companion: Allow S3 ACL to be specified in Companion Standalone (#2111 / @jasonbosco)
  • @uppy/companion: return 401 early if token is not set (#2118 / @ifedapoolarewaju)
  • @uppy/companion: allow providing any S3 option, closes #1388 (#2030 / @goto-bus-stop)
  • @uppy/companion:: don’t log redundant errors in production (#2112 / @ifedapoolarewaju)
  • docs: Add S3 ACL option to companion docs (#2109 / @jasonbosco)
arturi
published 1.9.0 •

Changelog

Source

1.9.0

Released: 2020-02-11

⚠️ 1.9.0 and all related packages have been deprecated due to an incorrect Lerna/npm published release. Please update all packages to the next patch version, see #1.9.1.

This release adds support for the new Instagram API, image and archive icons to the Dashboard, fixes upload retries and moves OneDrive out of beta.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.5.0 | @uppy/onedrive | 1.0.0 | | @uppy/aws-s3 | 1.5.0 | @uppy/progress-bar | 1.3.5 | | @uppy/companion | 1.9.0 | @uppy/provider-views | 1.5.3 | | @uppy/core | 1.8.0 | @uppy/react | 1.4.3 | | @uppy/dashboard | 1.6.0 | @uppy/robodog | 1.5.0 | | @uppy/drag-drop | 1.4.3 | @uppy/status-bar | 1.5.0 | | @uppy/dropbox | 1.3.6 | @uppy/thumbnail-generator | 1.5.3 | | @uppy/facebook | 0.2.3 | @uppy/transloadit | 1.5.0 | | @uppy/file-input | 1.4.3 | @uppy/tus | 1.5.3 | | @uppy/form | 1.3.6 | @uppy/url | 1.4.3 | | @uppy/golden-retriever | 1.3.5 | @uppy/utils | 2.2.0 | | @uppy/google-drive | 1.4.0 | @uppy/webcam | 1.5.2 | | @uppy/informer | 1.4.0 | @uppy/xhr-upload | 1.5.0 | | @uppy/instagram | 1.3.6 | uppy | 1.9.0 | | @uppy/locales | 1.11.1 | - | - |

  • @uppy/companion: support new Instagram Graph API (#1966 / @ifedapoolarewaju)
  • @uppy/companion: add option to set http method for remote multipart uploads (#2047 / @ifedapoolarewaju)
  • @uppy/core: core: setState(modifiedFiles) in onBeforeUpload (#2028 / @arturi)
  • @uppy/core: always log errors (#2029 / @arturi)
  • @uppy/core: clear state.error after the last file is removed (#2041 / @arturi)
  • @uppy/core: fix mime type checking bug (#2004 / @shahimclt)
  • @uppy/core: add noNewAlreadyUploading and noDuplicates locale strings (#2057 / @arturi)
  • @uppy/core, @uppy/transloadit: allow new uploads when retrying; improve error handling (#1960 / @arturi)
  • @uppy/core: add .tsv and .tab: text/tab-separated-values (#2056 / @arturi)
  • @uppy/google-drive: remove conditional to replace google with drive (#2044 / @ifedapoolarewaju)
  • @uppy/dashboard: add image and archive icons (#2027 / @arturi)
  • @uppy/dashboard: change aria-level attribute to correct syntax (#2032 / @efbautista)
  • @uppy/onedrive: make encryption shorter + enable onedrive on website (#2034 / @ifedapoolarewaju)
  • @uppy/aws-s3: remove encodeURIComponent to avoid encoding characters twice (#2033 / @yoann-hellopret)
  • @uppy/informer, @uppy/status-bar: display a browser alert when an error question mark button is clicked (#2031 / @arturi)
  • build: upload downloadable zip archive of releases to CDN (#2052 / @kvz)
  • providers: remove redundant use of options (#2046 / @ifedapoolarewaju)
  • website: switch from Discourse to Disqus for comments (c4af95d98cdd5c3727ee5c14dfd07af227c59b9e / @kvz)
goto-bus-stop
published 1.8.3 •

arturi
published 1.8.2 •

arturi
published 1.8.1 •

arturi
published 1.8.0 •

Changelog

Source

1.8.0

Released: 2020-01-15

This release adds Korean and Vietnamese localizations, fixes bugs, and significantly improves the performance of adding and removing lots of files. More performance improvements are on the way in the next few releases, too! Thanks to all contributors listed below.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.4.0 | @uppy/onedrive | 0.1.4 | | @uppy/aws-s3 | 1.4.1 | @uppy/progress-bar | 1.3.4 | | @uppy/companion | 1.8.0 | @uppy/provider-views | 1.5.2 | | @uppy/core | 1.7.1 | @uppy/react | 1.4.2 | | @uppy/dashboard | 1.5.2 | @uppy/robodog | 1.4.2 | | @uppy/drag-drop | 1.4.2 | @uppy/status-bar | 1.4.2 | | @uppy/dropbox | 1.3.5 | @uppy/thumbnail-generator | 1.5.2 | | @uppy/facebook | 0.2.2 | @uppy/transloadit | 1.4.2 | | @uppy/file-input | 1.4.2 | @uppy/tus | 1.5.2 | | @uppy/form | 1.3.5 | @uppy/url | 1.4.2 | | @uppy/golden-retriever | 1.3.4 | @uppy/utils | 2.1.2 | | @uppy/google-drive | 1.3.5 | @uppy/webcam | 1.5.1 | | @uppy/informer | 1.3.4 | @uppy/xhr-upload | 1.4.2 | | @uppy/instagram | 1.3.5 | uppy | 1.8.0 | | @uppy/locales | 1.11.0 | - | - |

  • @uppy/aws-s3-multipart: add optional headers for signed url (@ardeois, #1985)
  • @uppy/aws-s3: fix crash when S3 response does not have a Content-Type header (@roenschg, #2012)
  • @uppy/companion: also pass metadata to getKey for multipart S3 uploads (@goto-bus-stop, #2022)
  • @uppy/companion: dependency updates (@goto-bus-stop, #1983)
  • @uppy/companion: rename internal S3 upload functions for clarity (@goto-bus-stop, fec7d7d)
  • @uppy/core: improve performance of adding and removing files (@goto-bus-stop, #1949)
  • @uppy/locales: add Korean (@jdssem, #1986)
  • @uppy/locales: add Vietnamese (@thanhthot, #2010)
  • @uppy/locales: update French translations (@olemoign, #2023)
  • @uppy/provider-views: improve instagram video thumbnail display (@arturi, 1d7a584)
  • @uppy/react: use componentDidUpdate instead of componentWillReceiveProps (@cryptic022, #1999)
  • @uppy/thumbnail-generator: fix strict mode compatibility (@rlebosse, #1995)
  • @uppy/tus: update TusOptions typings (@darthf1, #1989)
  • @uppy/xhr-upload: do not emit limit warning if an existing rate limit queue was passed (@goto-bus-stop, 3c1a2af)
  • @uppy/xhr-upload: free item from rate limit queue when upload times out (@rtaieb, #2018)
  • examples: add npm run example $examplename script (@goto-bus-stop, 7b2283d)
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