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

@codecademy/brand-components

Package Overview
Dependencies
Maintainers
1
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codecademy/brand-components - npm Package Compare versions

Comparing version 0.1.2-alpha.e60fd6.8 to 0.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/brand-components@0.1.1...@codecademy/brand-components@0.2.0) (2020-02-21)
### Features
* create Byline brand component ([e330622](https://github.com/Codecademy/client-modules/commit/e330622f8e9780a2ed49b411339a310f3d1b049e))
## [0.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/brand-components@0.1.0...@codecademy/brand-components@0.1.1) (2020-02-20)

@@ -8,0 +19,0 @@

1

dist/brand-components/src/index.d.ts
export { default as Avatar } from './Avatar';
export { default as Byline } from './Byline';

5

dist/Byline/__tests__/Byline-test.js

@@ -11,3 +11,3 @@ import { mount } from 'enzyme';

}));
expect(wrapper.find('span[aria-label="Location"]')).toHaveLength(1);
expect(wrapper.text()).toContain('Los Angeles, CA');
});

@@ -23,4 +23,3 @@ it('passes a location className for the location span element', function () {

}));
var location = wrapper.find('span[aria-label="Location"]');
expect(location.prop('className')).toBe('coolStyleDawg');
expect(wrapper.find('span[className="coolStyleDawg"]')).toHaveLength(1);
});

@@ -27,0 +26,0 @@ it('passes an occupation className for the occupation span element', function () {

@@ -1,1 +0,2 @@

export { default as Avatar } from './Avatar';
export { default as Avatar } from './Avatar';
export { default as Byline } from './Byline';
{
"name": "@codecademy/brand-components",
"description": "Brand component library for Codecademy",
"version": "0.1.2-alpha.e60fd6.8+e60fd689",
"version": "0.2.0",
"author": "Codecademy Engineering <dev@codecademy.com>",

@@ -21,3 +21,3 @@ "sideEffects": [

"dependencies": {
"@codecademy/gamut": "^2.4.9-alpha.e60fd6.8+e60fd689",
"@codecademy/gamut": "^2.4.8",
"@codecademy/gamut-styles": "^2.2.11",

@@ -35,3 +35,3 @@ "classnames": "^2.2.5"

"license": "MIT",
"gitHead": "e60fd689ec6230fbad3323013de9a840c4c170e4"
"gitHead": "f9a9895474a77f3e9b62a702f1024d298cfbd388"
}
export { default as Avatar } from './Avatar';
export { default as Byline } from './Byline';

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