New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-tweet

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tweet - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

.babelrc

48

package.json
{
"name": "react-tweet",
"version": "1.3.3",
"version": "1.3.4",
"description": "React.js component for rendering tweets as they are presented on Twitter.com",

@@ -10,3 +10,3 @@ "main": "index.js",

"prepublish": "npm run build:js",
"build:js": "babel --loose all ./src/components -d ./lib",
"build:js": "NODE_ENV=development babel --plugins transform-runtime ./src/components -d ./lib",
"start": "webpack-dev-server --hot --inline",

@@ -28,28 +28,28 @@ "build-dev": "webpack -d"

"devDependencies": {
"autoprefixer-core": "^5.1.11",
"babel-core": "^5.2.17",
"babel-loader": "~5.3.2",
"css-loader": "^0.16.0",
"ejs": "^2.3.1",
"extract-text-webpack-plugin": "~0.8.2",
"json-loader": "~0.5.3",
"node-libs-browser": "^0.5.0",
"node-sass": "^3.2.0",
"prop-types": "^15.5.8",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-hot-loader": "~1.3.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "~1.12.2",
"webpack-dev-server": "~1.12.0"
"autoprefixer-core": "5.1.11",
"babel": "6.2.4",
"babel-cli": "6.2.0",
"babel-core": "6.26.0",
"babel-loader": "6.2.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"css-loader": "0.16.0",
"ejs": "2.3.1",
"extract-text-webpack-plugin": "0.8.2",
"json-loader": "0.5.3",
"node-libs-browser": "0.5.0",
"prop-types": "15.5.8",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-hot-loader": "1.3.0",
"style-loader": "0.12.3",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0"
},
"dependencies": {
"babel": "~5.8.23",
"babel-runtime": "~5.8.20",
"react-video-wrapper": "1.0.3",
"react-videojs": "0.0.3",
"react-video-wrapper": "1.0.3",
"twemoji": "^1.4.1",
"twitter-text": "^1.13.2"
"twemoji": "1.4.1",
"twitter-text": "1.13.2"
}
}

@@ -24,4 +24,4 @@ var path = require('path');

{
test: /\.scss$/,
loader: ExtractTextPlugin.extract('style', 'css!sass')
test: /\.css$/,
loader: ExtractTextPlugin.extract('style', 'css')
},

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