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

prop-sets

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

prop-sets - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

index.d.ts

39

package.json
{
"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"
]
}
}
}
}
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