Socket
Socket
Sign inDemoInstall

@ta-interaktiv/react-polymorphic-share-buttons

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ta-interaktiv/react-polymorphic-share-buttons - npm Package Compare versions

Comparing version 2.0.4 to 2.0.7

27

CHANGELOG.md

@@ -6,2 +6,29 @@ # Change Log

<a name="2.0.7"></a>
## [2.0.7](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/react-polymorphic-share-buttons@2.0.6...@ta-interaktiv/react-polymorphic-share-buttons@2.0.7) (2018-09-19)
**Note:** Version bump only for package @ta-interaktiv/react-polymorphic-share-buttons
<a name="2.0.6"></a>
## [2.0.6](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/react-polymorphic-share-buttons@2.0.5...@ta-interaktiv/react-polymorphic-share-buttons@2.0.6) (2018-09-19)
**Note:** Version bump only for package @ta-interaktiv/react-polymorphic-share-buttons
<a name="2.0.5"></a>
## [2.0.5](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/react-polymorphic-share-buttons@2.0.4...@ta-interaktiv/react-polymorphic-share-buttons@2.0.5) (2018-09-19)
**Note:** Version bump only for package @ta-interaktiv/react-polymorphic-share-buttons
<a name="2.0.4"></a>

@@ -8,0 +35,0 @@ ## [2.0.4](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/react-polymorphic-share-buttons@2.0.3...@ta-interaktiv/react-polymorphic-share-buttons@2.0.4) (2018-08-02)

13

dist/index.js

@@ -1,2 +0,2 @@

'use strict';
"use strict";

@@ -6,6 +6,3 @@ Object.defineProperty(exports, "__esModule", {

});
var _reactShareButtons = require('@ta-interaktiv/react-share-buttons');
Object.defineProperty(exports, 'default', {
Object.defineProperty(exports, "default", {
enumerable: true,

@@ -16,3 +13,3 @@ get: function get() {

});
Object.defineProperty(exports, 'PolymorphicShareButtons', {
Object.defineProperty(exports, "PolymorphicShareButtons", {
enumerable: true,

@@ -22,2 +19,4 @@ get: function get() {

}
});
});
var _reactShareButtons = require("@ta-interaktiv/react-share-buttons");
{
"version": "2.0.4",
"version": "2.0.7",
"main": "dist/index.js",

@@ -12,4 +12,4 @@ "jsnext:main": "es/index",

"clean": "rimraf dist es",
"dist:commonjs": "BABEL_ENV=commonjs babel src -d dist --ignore '__tests__,*.spec.js,*.test.js'",
"dist:es": "BABEL_ENV=es babel src -d es --ignore '__tests__,*.spec.js,*.test.js' && flow-copy-source --ignore **/__tests__/** --ignore **/*.spec.js --ignore **/*.test.js src es",
"dist:commonjs": "BABEL_ENV=commonjs babel src --root-mode upward -d dist --ignore '__tests__,*.spec.js,*.test.js'",
"dist:es": "BABEL_ENV=es babel src --root-mode upward -d es --ignore '__tests__,*.spec.js,*.test.js' && flow-copy-source --ignore **/__tests__/** --ignore **/*.spec.js --ignore **/*.test.js src es",
"dist": "yarn run dist:commonjs && yarn run dist:es",

@@ -21,6 +21,6 @@ "prepare": "yarn run clean && yarn run dist"

"devDependencies": {
"babel-cli": "^6.26.0",
"@babel/cli": "^7.1.0",
"babel-eslint": "^8",
"documentation": "^8.0.2",
"eslint": "^4.1.1",
"eslint": "^5.4.0",
"flow-bin": "^0.77.0",

@@ -44,3 +44,3 @@ "flow-copy-source": "^2.0.2",

"dependencies": {
"@ta-interaktiv/react-share-buttons": "^2.0.4"
"@ta-interaktiv/react-share-buttons": "^2.0.7"
},

@@ -66,3 +66,3 @@ "description": "Renders a collection of social sharing buttons, accessing the Newsnet API to get the relevant data of the defined article.",

],
"gitHead": "e85a5908395ed7c402b86288e1590167f7da817e"
"gitHead": "626f7285bf2ee46086413737d8b2b8dbe98928a0"
}
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