Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "prop-sets", | ||
"version": "0.0.1", | ||
"description": "Generate every possible combination of a component's state and props", | ||
"version": "1.0.0", | ||
"description": "A test tool to help generate every possible instance of a component in JavaScript + TypeScript", | ||
"main": "index.js", | ||
"types": "./index.d.ts", | ||
"repository": "git@github.com:tvler/prop-sets.git", | ||
"author": "Tyler Deitz <tylerdeitz@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/jest": "^24.0.11", | ||
"@types/react": "^16.8.8", | ||
"@types/react-test-renderer": "^16.8.1", | ||
"babel-jest": "^24.5.0", | ||
"jest": "^24.5.0", | ||
"react": "^16.8.4", | ||
"react-test-renderer": "^16.8.4", | ||
"typescript": "^3.3.3333" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"build": "tsc --emitDeclarationOnly -d index.ts && babel index.ts --out-file index.js" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"@babel/env", | ||
"@babel/typescript" | ||
], | ||
"env": { | ||
"test": { | ||
"presets": [ | ||
"@babel/react" | ||
] | ||
} | ||
} | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12573
8
134
1
0
147
0
13