Socket
Socket
Sign inDemoInstall

ember-rfc176-data

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-rfc176-data

JSON data for Ember.js RFC #176


Version published
Weekly downloads
181K
decreased by-3.7%
Maintainers
4
Weekly downloads
 
Created

What is ember-rfc176-data?

The ember-rfc176-data npm package provides a centralized repository of data for Ember.js RFC #176. This RFC standardizes the module import paths for Ember.js, making it easier to manage and update imports across different versions of Ember. The package includes mappings of old import paths to new standardized paths, which can be used to automate the process of updating codebases to comply with RFC #176.

What are ember-rfc176-data's main functionalities?

Get Mappings

This feature allows you to retrieve the mappings of old import paths to new standardized paths as defined by RFC #176. This is useful for automating the process of updating your Ember.js codebase.

const rfc176Data = require('ember-rfc176-data');
const mappings = rfc176Data.mappings;
console.log(mappings);

Get Module Info

This feature allows you to get detailed information about a specific module, including its new standardized import path. This can help in understanding how a particular module has been updated according to RFC #176.

const rfc176Data = require('ember-rfc176-data');
const moduleInfo = rfc176Data.module('ember-component');
console.log(moduleInfo);

Other packages similar to ember-rfc176-data

FAQs

Package last updated on 02 Aug 2017

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