react-resizable
Advanced tools
Comparing version 0.1.1 to 0.1.2
'use strict'; | ||
var React = require('react/addons'); | ||
var Resizable = require('./Resizable.jsx'); | ||
var Resizable = require('./Resizable'); | ||
@@ -5,0 +5,0 @@ // An example use of Resizable. |
'use strict'; | ||
var React = require('react/addons'); | ||
var Resizable = require('./Resizable.jsx'); | ||
var Resizable = require('./Resizable'); | ||
@@ -5,0 +5,0 @@ // An example use of Resizable. |
{ | ||
"name": "react-resizable", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A component that is resizable with handles.", | ||
@@ -37,3 +37,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"object.assign": "^1.1.1" | ||
"object.assign": "^1.1.1", | ||
"react-draggable": "strml/react-draggable" | ||
}, | ||
@@ -40,0 +41,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17461
2
1
1