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

static-social-link

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-social-link - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

6

CHANGELOG.md
# static-social-link
## 0.0.15
### Patch Changes
- 15
## 0.0.14

@@ -4,0 +10,0 @@

2

dist/umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.chyme = {}));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["static-social-link"] = {}));
})(this, (function (exports) { 'use strict';

@@ -6,0 +6,0 @@

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

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

@@ -18,3 +18,3 @@ import commonjs from '@rollup/plugin-commonjs';

format: 'umd',
name: 'chyme',
name: pkg.name,
sourcemap: true

@@ -21,0 +21,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