
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@artsy/eigen-web-association
Advanced tools
A tiny app that serves the apple-app-site-association required for iOS Handoff related features.
This tiny app does nothing but serve the apple-app-site-association
file,
needed for iOS Handoff/Universal Links/Shared Web Credentials to work, in the
required way.
For more information see:
This app is meant to be used inside other apps. As such, the file serving is
mounted at /
, which means that the apps using this app should mount it at
/apple-app-site-association
.
Once mounted, you should be able to verify it’s correctness here.
When making changes, you should do so in the apple-app-site-association.json
file.
After changes to the apple-app-site-association.json
file have been merged, you'll need to update the three places that depend on it which include force and artsy-wwwify. To update the package in force and artsy-wwwify run the command yarn add @artsy/artsy-eigen-web-association@latest
in those repositories and check that in. See This PR as an example
Apple caches the apple-app-site-association file on app install. If you're having trouble clearing the apple-app-site-association file cache on your device, try updating the app or turn Universal Linking off (and on again). While it's not known how often the cache is updated, it does appear to periodically between installs and updates. More details about how Apple caches this file can be found on this Stack Overflow answer.
FAQs
A tiny app that serves the apple-app-site-association required for iOS Handoff related features.
The npm package @artsy/eigen-web-association receives a total of 154 weekly downloads. As such, @artsy/eigen-web-association popularity was classified as not popular.
We found that @artsy/eigen-web-association demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.