New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lightspeed/cirrus-button

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus-button - npm Package Compare versions

Comparing version 2.0.7 to 3.0.0

50

CHANGELOG.md

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

<a name="3.0.0"></a>
# [3.0.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-button@2.0.7...@lightspeed/cirrus-button@3.0.0) (2017-11-09)
### Chores
* use css modules instead of .json for styles ([#164](https://github.com/lightspeedretail/cirrus/issues/164)) ([a4d6109](https://github.com/lightspeedretail/cirrus/commit/a4d6109))
### BREAKING CHANGES
* * cleanup package.json & remove build script
* use CSS Modules
* import tokens CSS form node_modules
* update CSS loaders
* make storybook happy
* move tokens to peerDependencies
* Update packges yarn.lock
* make sure we use tokens from the file system
* remove alias, not needed
* rebuild tokens when files change
* remove unused import
* remove duplicate dev packages
* make sure yarn install
* update README(s)
* fix lockfile after rebase
* fix package.json after rebase
* Update Styles Getting Started section
* Add tokens to peer deps in README install guide
<a name="2.0.7"></a>

@@ -8,0 +58,0 @@ ## [2.0.7](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-button@2.0.6...@lightspeed/cirrus-button@2.0.7) (2017-10-25)

2

index.js

@@ -5,3 +5,3 @@ import React from 'react';

import styles from './Button.json';
import styles from './Button.scss';

@@ -8,0 +8,0 @@ const baseClass = 'cr-button';

{
"name": "@lightspeed/cirrus-button",
"version": "2.0.7",
"version": "3.0.0",
"description": "Cirrus Button Component",

@@ -10,12 +10,9 @@ "author": "Lightspeed",

"dependencies": {
"@lightspeed/cirrus-tokens": "^2.1.3",
"classnames": "^2.2.5"
},
"peerDependencies": {
"@lightspeed/cirrus-tokens": ">=2.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1"
},
"scripts": {
"prepublish": "cd ../../ && yarn build -- --package=Button"
}
}

@@ -26,3 +26,3 @@ # Button

```scss
@import '@lightspeed/cirrus-button/Button.css';
@import '@lightspeed/cirrus-button/Button.scss';
```

@@ -29,0 +29,0 @@

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