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

ember-cli-amd

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-amd - npm Package Versions

1235

1.1.1

Diff

Changelog

Source

[1.1.1]

  • Improved thw way AMD modules are discovered. Build time should be fatser.
  • Support for Engines and Addons.
  • amdModulePaths is not necessary anymore as the AMD modules are dicovered on the built code.
odoe
published 1.0.0 •

Changelog

Source

[1.0.0]

  • Based on Ember 2.18
  • Changed the way we find and replace the conflicting Ember require and define function/references. Instead of using a regex and replacing string occurences, we are now using esprima to replace Identifiers and Literals.
odoe
published 0.4.9 •

Changelog

Source

[0.4.9]

  • Add support for addons and custom amd module paths
odoe
published 0.4.8 •

Changelog

Source

[0.4.8]

  • Don't replace #define with #efineday
  • Add support for package main shorthand in module names
  • Fix type for buildOutput and update README.
odoe
published 0.4.7 •

Changelog

Source

[0.4.7]

Fix

  • Fix regular expression check for "require" in test loader
odoe
published 0.4.6 •

Changelog

Source

[0.4.6]

Fix

  • Fix esprima parsing issue for functions with parameters with a default value
odoe
published 0.4.5 •

Changelog

Source

[0.4.5]

Changed

  • Only scripts with src !== undefined are removed from the body. This allows us to put Google Analytics in the page or other json payloads
odoe
published 0.4.4 •

Changelog

Source

[0.4.4]

Added

  • support for inlining of scripts

Changed

  • if not inlined, the amd-start and amd-config scripts are fingerprinted to enable cache-busting
  • also ensured that other script tags in the body are not removed (i.e. google analytics)
odoe
published 0.4.2 •

odoe
published 0.4.1 •

Changelog

Source

[0.4.1]

Added

  • support for assets deployed to cdn. If fingerprint.prepend is defined in the consuming project's ember-cli-build.js file, the specified path will be prepended to the AMD asset urls. If not present, the standard root-relative path of /assets/SCRIPTNAME.js is used.
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