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.4.7-alpha.b3c653.13 to 0.4.7-alpha.bada0d.14

4

dist/Testimonial/__tests__/Testimonial-test.js

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

});
it('adds the large and medium class to the content container when its size is large', function () {
it('adds the large class to the content container when its size is large', function () {
var wrapper = mount(React.createElement(Testimonial, {

@@ -67,3 +67,3 @@ name: exampleTestmonial.name,

var containerClassName = wrapper.find('div.largeContainer').prop('className');
expect(containerClassName).toContain("".concat(styles.largeContainer, " ").concat(styles.mediumContainer));
expect(containerClassName).toContain(styles.largeContainer);
});

@@ -70,0 +70,0 @@ it('renders the Avatar component when an imageUrl prop is present', function () {

{
"name": "@codecademy/brand-components",
"description": "Brand component library for Codecademy",
"version": "0.4.7-alpha.b3c653.13+b3c653d9",
"version": "0.4.7-alpha.bada0d.14+bada0d6b",
"author": "Codecademy Engineering <dev@codecademy.com>",

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

"license": "MIT",
"gitHead": "b3c653d9ad325880bf5dab826ee10c45b56bb0c4"
"gitHead": "bada0d6bf3befe6a2fd89e8c09e80af5f59968b9"
}
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