Socket
Socket
Sign inDemoInstall

react-print

Package Overview
Dependencies
21
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

10

package.json
{
"name": "react-print",
"version": "1.2.1",
"version": "1.2.2",
"description": "React Components for making print CSS templates cleaner and easier to manage",
"main": "react-print",
"main": "dist/react-print.min.js",
"scripts": {

@@ -20,2 +20,6 @@ "test": "echo \"Error: no test specified\" && exit 1",

"homepage": "https://github.com/captray/react-print#readme",
"dependencies": {
"react": "15.0.1",
"react-dom": "15.0.1"
},
"devDependencies": {

@@ -26,4 +30,2 @@ "babel-core": "^6.8.0",

"babel-preset-react": "^6.11.1",
"react": "15.0.1",
"react-dom": "15.0.1",
"webpack": "^1.13.0"

@@ -30,0 +32,0 @@ },

2

webpack.config.js

@@ -16,3 +16,3 @@ var path = require('path'),

library: 'PrintTemplate',
libraryTarget: 'var'
libraryTarget: 'umd'
},

@@ -19,0 +19,0 @@ plugins: [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc