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

disqus-react

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disqus-react - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

17

package.json
{
"name": "disqus-react",
"version": "1.0.1",
"version": "1.0.2",
"description": "Official React components to embed Disqus discussions and comments.",

@@ -9,7 +9,14 @@ "repository": {

},
"main": "src/index.js",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --progress --colors",
"build": "webpack --progress --colors"
"start": "webpack-dev-server --config webpack.examples.config.js --hot --progress --colors",
"build:example": "webpack --config webpack.examples.config.js --progress --colors",
"build:dist": "webpack --config webpack.dist.config.js --progress --colors && uglifyjs dist/index.js -cm -o dist/index.min.js --source-map content=dist/index.js.map,url=index.min.js.map",
"build:babel": "babel src --out-dir lib --source-map",
"build": "npm run build:example && npm run build:dist && npm run build:babel"
},

@@ -23,2 +30,3 @@ "author": "Ryan Valentin",

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.24.0",

@@ -31,2 +39,3 @@ "babel-eslint": "^7.2.1",

"eslint-plugin-react": "^6.10.3",
"uglify-js": "^3.1.2",
"webpack": "^2.3.2",

@@ -33,0 +42,0 @@ "webpack-dev-server": "^2.4.2"

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