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

stardust

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stardust - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

18

CHANGELOG.md

@@ -5,4 +5,17 @@ # Change Log

[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.8.1...HEAD)
[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.9.0...HEAD)
**Closed issues:**
- GitHub Pages page is down [\#129](https://github.com/TechnologyAdvice/stardust/issues/129)
**Merged pull requests:**
- change ref to element [\#138](https://github.com/TechnologyAdvice/stardust/pull/138) ([eanplatter](https://github.com/eanplatter))
- Update and fix doc site deploy [\#137](https://github.com/TechnologyAdvice/stardust/pull/137) ([levithomason](https://github.com/levithomason))
- Add Roadmap [\#133](https://github.com/TechnologyAdvice/stardust/pull/133) ([jhabdas](https://github.com/jhabdas))
## [v0.9.0](https://github.com/TechnologyAdvice/stardust/tree/v0.9.0) (2015-12-21)
[Full Changelog](https://github.com/TechnologyAdvice/stardust/compare/v0.8.1...v0.9.0)
**Implemented enhancements:**

@@ -28,2 +41,3 @@

- Upgrade to babel6 [\#132](https://github.com/TechnologyAdvice/stardust/pull/132) ([levithomason](https://github.com/levithomason))
- Add form plugin [\#130](https://github.com/TechnologyAdvice/stardust/pull/130) ([levithomason](https://github.com/levithomason))

@@ -272,2 +286,2 @@ - Remove Progress module unit test exclusivity. Fixes \#126. [\#127](https://github.com/TechnologyAdvice/stardust/pull/127) ([jhabdas](https://github.com/jhabdas))

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

2

package.json
{
"name": "stardust",
"version": "0.9.0",
"version": "0.9.1",
"description": "Semantic UI components for React.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -12,7 +12,8 @@ # Stardust [![Code Climate](https://img.shields.io/codeclimate/github/TechnologyAdvice/stardust.svg?style=flat-square)](https://codeclimate.com/github/TechnologyAdvice/stardust) [![Gemnasium](https://img.shields.io/gemnasium/TechnologyAdvice/stardust.svg?style=flat-square)](https://gemnasium.com/TechnologyAdvice/stardust)

Review our [Component Guidelines]
(https://github.com/TechnologyAdvice/stardust/blob/master/docs/app/Component Guidelines.md).
Before submitting PRs please review our [Component Guidelines]
(https://github.com/TechnologyAdvice/stardust/blob/master/docs/app/Component Guidelines.md) and [Roadmap](https://github.com/TechnologyAdvice/stardust/blob/master/docs/app/ROADMAP.md).
## Getting Started
Hey, we're in development. Minor versions may introduce **breaking changes until v1**.
Hey, we're in development. Minor versions may introduce **breaking changes until the [v1.0** release](https://github.com/TechnologyAdvice/stardust/blob/master/docs/app/ROADMAP.md#v1.0).

@@ -60,3 +61,3 @@ ### Babel

```
npm run # list npm commands
npm run # list npm commands
gulp help # list gulp commands

@@ -63,0 +64,0 @@ ```

@@ -28,3 +28,3 @@ import _ from 'lodash';

serializeJson = () => {
const form = this.refs.form;
const form = this.refs.element;
const json = {};

@@ -31,0 +31,0 @@

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