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

react-twitter-widgets

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-twitter-widgets - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

dist/index.js

@@ -12,23 +12,23 @@ 'use strict';

var _Follow2 = require('../components/Follow');
var _Follow2 = require('./components/Follow');
var _Follow = _interopRequireWildcard(_Follow2);
var _Hashtag2 = require('../components/Hashtag');
var _Hashtag2 = require('./components/Hashtag');
var _Hashtag = _interopRequireWildcard(_Hashtag2);
var _Mention2 = require('../components/Mention');
var _Mention2 = require('./components/Mention');
var _Mention = _interopRequireWildcard(_Mention2);
var _Share2 = require('../components/Share');
var _Share2 = require('./components/Share');
var _Share = _interopRequireWildcard(_Share2);
var _Timeline2 = require('../components/Timeline');
var _Timeline2 = require('./components/Timeline');
var _Timeline = _interopRequireWildcard(_Timeline2);
var _Tweet2 = require('../components/Tweet');
var _Tweet2 = require('./components/Tweet');

@@ -35,0 +35,0 @@ var _Tweet = _interopRequireWildcard(_Tweet2);

{
"name": "react-twitter-widgets",
"version": "0.1.0",
"version": "0.1.1",
"description": "Twitter widgets as React components",

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

"dependencies": {
"react": "^0.14.7",
"scriptjs": "^2.5.8"
}
}

@@ -5,7 +5,7 @@ import $script from 'scriptjs'

export * as Follow from '../components/Follow'
export * as Hashtag from '../components/Hashtag'
export * as Mention from '../components/Mention'
export * as Share from '../components/Share'
export * as Timeline from '../components/Timeline'
export * as Tweet from '../components/Tweet'
export * as Follow from './components/Follow'
export * as Hashtag from './components/Hashtag'
export * as Mention from './components/Mention'
export * as Share from './components/Share'
export * as Timeline from './components/Timeline'
export * as Tweet from './components/Tweet'

Sorry, the diff of this file is not supported yet

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