New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@superhuman/shared

Package Overview
Dependencies
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superhuman/shared

Shared library for Superhuman

  • 0.0.15
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-84%
Maintainers
9
Weekly downloads
 
Created
Source

This directory is there to hold the shared libraries between web, backend, and iOS.

Publish

  • Log into npm with an account that has publish permissions (if you don't have this, create one and ask Conrad) (npm login)
  • Bump the version number in package.json
  • Run npm publish

Tests

Web tests should be run with the web test suite as detailed in ../README.md

To run iOS tests against the updated library:

  • start Xcode (make sure you have the latest version, ask the iOS team if you don't)
  • run yarn build to build the shared.js file
  • go to ios/Superhuman/SuperhumanLib/ and run yarn build
  • copy shared/build/shared.js into ios/Superhuman/SuperhumanLib/node_modules/@superhuman/shared/build/shared.js
cp build/shared.js ../../ios/Superhuman/SuperhumanLib/node_modules/@superhuman/shared/build/shared.js
  • run yarn build from ios/Superhuman/SuperhumanLib/
  • run the tests from Xcode:
    • open the ios project
    • Select Product>Test

Backend

See https://github.com/superhuman/backend/tree/master/lib/js

FAQs

Package last updated on 19 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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