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

react-pikaday

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pikaday - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

.eslintrc

23

package.json
{
"name": "react-pikaday",
"version": "0.2.0",
"version": "0.3.0",
"description": "A React component wrapper around Pikaday.",
"main": "src/Pikaday.js",
"main": "lib/Pikaday.js",
"repository": {

@@ -17,3 +17,2 @@ "type": "git",

"css-loader": "^0.9.0",
"jsx-loader": "^0.11.0",
"karma": "^0.12.23",

@@ -27,12 +26,16 @@ "karma-chrome-launcher": "^0.1.4",

"webpack": "^1.4.3",
"webpack-dev-server": "^1.6.5"
"webpack-dev-server": "^1.6.5",
"babel": "^5.5.8",
"babel-core": "^5.6.18",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.4",
"eslint": "^0.23",
"eslint-plugin-react": "^2.3.0"
},
"browserify": {
"transform": [
"reactify"
]
},
"scripts": {
"test": "scripts/test",
"build-example": "scripts/build-example"
"build-example": "scripts/build-example",
"build": "scripts/build",
"clean": "scripts/clean",
"prepublish": "npm run build"
},

@@ -39,0 +42,0 @@

@@ -57,3 +57,3 @@ var React = require('react');

<input type="text" ref="pikaday" className={this.props.className}
placeholder={this.props.placeholder} />
placeholder={this.props.placeholder} disabled={this.props.disabled} />
);

@@ -60,0 +60,0 @@ }

@@ -19,3 +19,4 @@ module.exports = {

test: /\.js$/,
loader: 'jsx-loader?harmony'
exclude: /node_modules/,
loader: 'babel-loader'
},

@@ -22,0 +23,0 @@ {

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