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

edx-pattern-library

Package Overview
Dependencies
Maintainers
8
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-pattern-library - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

3

CHANGELOG.md
# Changelog
## 0.12.4 (2016-04-08)
* Added checks to edx-icons.js to ensure it loads with or without RequireJS
## 0.12.3 (2016-04-07)

@@ -4,0 +7,0 @@ * Fixed incorrect build settings for Modernizr

2

package.json
{
"name": "edx-pattern-library",
"version": "0.12.3",
"version": "0.12.4",
"author": "edX Pattern Library Team <pattern-library@edx.org>",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -1,13 +0,18 @@

define(['afontgarde'], function() {
;(function(define) {
'use strict';
// Old icon fonts, currently used in the platform.
window.AFontGarde('FontAwesome', {
glyphs: '&#61515;'
define(['afontgarde'], function() {
// support icons that aren't yet using UXPL
window.AFontGarde('FontAwesome', {
glyphs: '&#61515;'
});
// the UXPL icons
window.AFontGarde('edx-icons', {
glyphs: '\uE621\uE622\uE623'
});
});
// New icon fonts for UXPL to eventually replace FontAwesome.
window.AFontGarde('edx-icons', {
glyphs: '\uE621\uE622\uE623'
});
});
}).call(
this,
typeof define === 'function' && define.amd ? define :
(typeof RequireJS !== 'undefined' ? RequireJS.define :
edx.GlobalLoader.defineAs('edxicons', 'edx-pattern-library/js/edx-icons.js'))
);
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