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

@lightspeed/cirrus

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus - 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@2.0.7...@lightspeed/cirrus@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@2.0.6...@lightspeed/cirrus@2.0.7) (2017-10-25)

6

package.json
{
"name": "@lightspeed/cirrus",
"version": "2.0.7",
"version": "3.0.0",
"description": "Cirrus, all inclusive",

@@ -10,6 +10,6 @@ "main": "index.js",

"dependencies": {
"@lightspeed/cirrus-button": "^2.0.7",
"@lightspeed/cirrus-tokens": "^2.1.3"
"@lightspeed/cirrus-button": "^3.0.0"
},
"peerDependencies": {
"@lightspeed/cirrus-tokens": ">=2.1.1",
"prop-types": "^15.5.10",

@@ -16,0 +16,0 @@ "react": "^15.6.1"

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