Socket
Socket
Sign inDemoInstall

static-social-link

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.20 to 0.1.0

src/types.ts

86

CHANGELOG.md
# static-social-link
## 0.0.20
## 0.1.0
### Patch Changes
### Minor Changes
- [`1861711`](https://github.com/Ennoriel/social-links/commit/18617118b35b60db42e1a6216df9a4d77a593c9c) - up
## 0.0.19
### Patch Changes
- up
## 0.0.18
### Patch Changes
- [`8758e7e`](https://github.com/Ennoriel/social-links/commit/8758e7e2d4a17ee317d8ee74517707073b6f236e) - up
## 0.0.17
### Patch Changes
- up
## 0.0.16
### Patch Changes
- 16
## 0.0.15
### Patch Changes
- 15
## 0.0.14
### Patch Changes
- 14
## 0.0.13
### Patch Changes
- 13
## 0.0.12
### Patch Changes
- 12
## 0.0.11
### Patch Changes
- up
## 0.0.10
### Patch Changes
- test publishing one then two
## 0.0.9
### Patch Changes
- up
## 0.0.7
### Patch Changes
- [`46a0a77`](https://github.com/Ennoriel/social-links/commit/46a0a7726b8aa9bc237b713c5c207b321c152a86) - up
## 0.0.6
### Patch Changes
- [`716fbe9`](https://github.com/Ennoriel/social-links/commit/716fbe938e1ff382574dd28d6b2e8d2188881780) - up
- [`436c86f`](https://github.com/Ennoriel/social-links/commit/436c86f82cef99e83749363f6381c1c3c830b166) - up
- Final test

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ const facebook = {

@@ -20,2 +20,10 @@ type Config = {

export { Config, facebook, getUrl, hackernews, linkedin, reddit, twitter };
type StylingProps = {
color?: string | undefined;
iconColor?: string | undefined;
borderRadius?: number | undefined;
round?: boolean | undefined;
size?: number | undefined;
};
export { Config, StylingProps, facebook, getUrl, hackernews, linkedin, reddit, twitter };

@@ -0,0 +0,0 @@ (function (global, factory) {

{
"name": "static-social-link",
"version": "0.0.20",
"version": "0.1.0",
"description": "base utils for use in component libraries",

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

export * from './config';
export * from './utils';
export * from './types';

@@ -31,3 +31,3 @@ {

"include": ["./**/*.ts"],
"exclude": ["node_modules/**/*"]
"exclude": ["node_modules/**/*", "dist"]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc