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

homestars-icons

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homestars-icons - npm Package Compare versions

Comparing version 0.1.33 to 0.1.34

dist/icons/ShowMore.js

9

dist/index.js

@@ -448,2 +448,11 @@ 'use strict';

var _ShowMore = require('./icons/ShowMore');
Object.defineProperty(exports, 'ShowMore', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_ShowMore).default;
}
});
var _Star = require('./icons/Star');

@@ -450,0 +459,0 @@

2

package.json
{
"name": "homestars-icons",
"version": "0.1.33",
"version": "0.1.34",
"description": "HomeStars componentized icons",

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

@@ -61,5 +61,12 @@ # HomeStars Componentized Icons

```
## Publishing
1. To publish one must have an npm account and be added to the to the [https://www.npmjs.com/org/homestarsdotcom](Homestarsdotcom) team.
4. After committing changes to `master`, don't forget to publish to NPM:
2. Additionaly, one has to login into npm from the command line
```shell
npm login
```
3. Finally, after committing changes to `master`, run following command to publish to npm:
```shell

@@ -70,1 +77,6 @@ $ npm run patch

This will increment the version, build a distribution, and publish to NPM.
4. Finally, update the npm version of the homestars-icon package in the package.json of your project.
```shell
npm upgrade homestars-icons
```
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