New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.3.0 to 1.4.0

4

dist/components/Timeline.js

@@ -57,5 +57,5 @@ 'use strict';

// Options must be cloned since Twitter Widgets modifies it directly
// Options and dataSource must be cloned since Twitter Widgets modifies it directly
tw.widgets.createTimeline(dataSource, element, (0, _lodash4.default)(options)).then(function () {
tw.widgets.createTimeline((0, _lodash4.default)(dataSource), element, (0, _lodash4.default)(options)).then(function () {
// Widget is loaded

@@ -62,0 +62,0 @@ done();

{
"name": "react-twitter-widgets",
"version": "1.3.0",
"version": "1.4.0",
"description": "Twitter widgets as React components",

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

@@ -27,4 +27,4 @@ import React from 'react'

// Options must be cloned since Twitter Widgets modifies it directly
tw.widgets.createTimeline(dataSource, element, cloneDeep(options))
// Options and dataSource must be cloned since Twitter Widgets modifies it directly
tw.widgets.createTimeline(cloneDeep(dataSource), element, cloneDeep(options))
.then(() => {

@@ -31,0 +31,0 @@ // Widget is loaded

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