react-loose-forms
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,1 @@ | ||
//TODO | ||
module.exports = require('./FormMixin'); |
{ | ||
"name": "react-loose-forms", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "form library for React that is very flexible yet powerful", | ||
@@ -15,3 +15,13 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/espeakers/react-loose-forms" | ||
"homepage": "https://github.com/espeakers/react-loose-forms", | ||
"devDependencies": { | ||
"tap-dot": "^1.0.0", | ||
"tape": "^3.5.0" | ||
}, | ||
"scripts": { | ||
"test": "node test.js | tap-dot" | ||
}, | ||
"dependencies": { | ||
"lodash": "~2.4.1" | ||
} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
7500
10
165
0
1
2
+ Addedlodash@~2.4.1
+ Addedlodash@2.4.2(transitive)