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

edx-pattern-library

Package Overview
Dependencies
Maintainers
6
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.10.4 to 0.11.0

_preview_site/AUTHORS

11

CHANGELOG.md

@@ -8,2 +8,13 @@ # Changelog

## 0.11.0 (2016-03-22)
* Added a PR cover letter to the repo
* Updated Jekyll dependencies
* Added example HTML boilerplates
* Bundling assets with WebPack
* Automated publishing preview version of doc site with S3
* Added Dropdown Menu component styles and examples
* Added JS tab to document site at component level
- - -
## 0.10.4 (2016-02-04)

@@ -10,0 +21,0 @@ * FIX - republish to get around an npm publish failure

11

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

@@ -28,7 +28,10 @@ "license": "Apache-2.0",

"requirejs-plugins": "^1.0.2",
"sizzle": "^2.3.0",
"susy": "^2.2.9"
},
"devDependencies": {
"backbone": "*",
"browser-sync": "*",
"del": "*",
"edx-ui-toolkit": "~0.7.0",
"gulp": "*",

@@ -48,7 +51,11 @@ "gulp-autoprefixer": "*",

"gulp-util": "*",
"gulp-webpack": "*",
"imagemin-pngquant": "*",
"lodash": "*",
"merge-stream": "*",
"minimist": "*",
"require-dir": "*",
"run-sequence": "*"
"run-sequence": "*",
"text-loader": "*",
"webpack": "*"
},

@@ -55,0 +62,0 @@ "scripts": {

4

pattern-library/js/afontgarde.js

@@ -200,3 +200,3 @@ /*! afontgarde - v0.1.6 - 2015-03-13

win.FontFaceOnload = FontFaceOnload;
})( this, this.document );
})( window, window.document );

@@ -288,2 +288,2 @@ /*

})( this );
})( window );

@@ -1,9 +0,9 @@

define([
'afontgarde' // require this for this script to work
], function() {
define(['afontgarde'],
function() {
'use strict';
AFontGarde('edx-icons', {
// Check a few random icons to see if our font loads
glyphs: '\uE621\uE622\uE623'
window.AFontGarde('edx-icons', {
// Check a few random icons to see if our font loads
glyphs: '\uE621\uE622\uE623'
});
});
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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