Scoped Package Support

by Francisco Tolmasky
Share on facebook or twitter

We've just deployed support for scoped packages on RunKit! Practically, this means we've added around 75,000 versions of 11,800 packages.

If you're not familiar with scoped packages, they're just like normal packages except their name includes a namespace: require("@namespace/package-name"). This allows you to avoid collisions with existing packages. Although you may have never directly used one yourself, many are included as dependencies in other packages. Try it out right here:

require("@slack/client")

We are always looking to improve our package support on RunKit and aim to work out of the box with everything on npm, so if you run into any issues, let us know!

What is RunKit?

  • RunKit is an interactive playground for running Node.js in the cloud.
  • RunKit offers serverless functions with zero deploy time — prototype code changes in real time!
  • RunKit can be embedded in your tutorials and docs to make them interactive as seen on lodash.com, expressjs.com, and stripe.com.
Follow RunKit Blog updates with the RSS Feed
Follow @runkitdev on Twitter for the latest updates from RunKit
© 2015–2018 Playground Theory, Inc.