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

@sproutsocial/racine

Package Overview
Dependencies
Maintainers
46
Versions
666
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/racine - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.2.12"></a>
## [0.2.12](https://github.com/sproutsocial/racine/compare/v0.2.11...v0.2.12) (2018-07-31)
### Bug Fixes
* **Loader:** make QA attribute optional ([#134](https://github.com/sproutsocial/racine/issues/134)) ([3f9eb9a](https://github.com/sproutsocial/racine/commit/3f9eb9a))
<a name="0.2.11"></a>

@@ -7,0 +17,0 @@ ## [0.2.11](https://github.com/sproutsocial/racine/compare/v0.2.10...v0.2.11) (2018-07-30)

5

es/Loader/index.js

@@ -60,4 +60,3 @@ "use strict";

delay: true,
color: "dark",
qa: []
color: "dark"
}

@@ -78,4 +77,4 @@ });

color: _propTypes.default.oneOf(["light", "dark"]).isRequired,
qa: _propTypes.default.object.isRequired
qa: _propTypes.default.object
}
});

@@ -90,4 +90,3 @@ "use strict";

delay: true,
color: "dark",
qa: []
color: "dark"
}

@@ -108,4 +107,4 @@ });

color: _propTypes.default.oneOf(["light", "dark"]).isRequired,
qa: _propTypes.default.object.isRequired
qa: _propTypes.default.object
}
});

2

package.json
{
"name": "@sproutsocial/racine",
"version": "0.2.11",
"version": "0.2.12",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

@@ -266,3 +266,3 @@ # Racine

$ git checkout master
$ git pull origin master
$ git pull origin master --tags
$ yarn release

@@ -269,0 +269,0 @@ $ # go to Jenkins and trigger final publishing

@@ -14,3 +14,3 @@ // @flow

color: "light" | "dark",
qa: Object
qa?: Object
};

@@ -24,4 +24,3 @@

delay: true,
color: "dark",
qa: []
color: "dark"
};

@@ -28,0 +27,0 @@

Sorry, the diff of this file is too big to display

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