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

ember-source-channel-url

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-source-channel-url

Determine the URL to a given Ember channels (beta, canary, etc) latest tarball.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
102K
increased by7.87%
Maintainers
4
Weekly downloads
 
Created
Source

ember-source-channel-url

Retrieve a URL that can be used to reference a tarball representing the latest ember-source build for that channel.

Usage

Command Line API

npx ember-source-channel-url canary

Will print out:

The URL for the latest tarball from ember-source's canary channel is:

        https://s3.amazonaws.com/builds.emberjs.com/canary/shas/<RANDOM SHA HERE>.tgz

If you'd like to update ember-source in your package.json with the new URL, you can use the --write option:

npx ember-source-channel-url canary --write

Programmatic API

const getURLFor = require('ember-source-channel-url');

getURLFor('canary').then((url) => {
  // use the URL here 
});

FAQs

Package last updated on 02 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