Socket
Socket
Sign inDemoInstall

typescript-to-proptypes

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-to-proptypes - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

dist/src/config.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.4.1](https://github.com/merceyz/typescript-to-proptypes/compare/v1.4.0...v1.4.1) (2020-03-27)
### Bug Fixes
- include string literal object keys as used ([#5](https://github.com/merceyz/typescript-to-proptypes/issues/5)) ([3fd7b70](https://github.com/merceyz/typescript-to-proptypes/commit/3fd7b703d30e650e6692f87d3929d4ae67314cb6))
- unknown can be optional ([#7](https://github.com/merceyz/typescript-to-proptypes/issues/7)) ([c5e8ca3](https://github.com/merceyz/typescript-to-proptypes/commit/c5e8ca31e2cae20216b1f7e45c9f3ef5198b2f93))
## [1.4.0](https://github.com/merceyz/typescript-to-proptypes/compare/v1.3.0...v1.4.0) (2019-11-16)

@@ -7,0 +14,0 @@

34

package.json
{
"name": "typescript-to-proptypes",
"version": "1.4.0",
"version": "1.4.1",
"description": "Generate proptypes from typescript declarations",

@@ -18,23 +18,25 @@ "main": "dist/index.js",

"scripts": {
"test": "jest test/index.test.ts",
"build": "tsc",
"release": "yarn build && standard-version"
"test": "jest",
"build": "rm -rf dist && tsc",
"release": "run build && standard-version",
"prepack": "run build"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@types/babel__core": "^7.1.2",
"@types/doctrine": "^0.0.3",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.2",
"@types/prettier": "^1.19.1",
"@types/react": "^16.8.23",
"@types/uuid": "^3.4.5",
"husky": "^3.0.0",
"glob": "^7.1.6",
"husky": "^4.2.3",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"prettier": "^2.0.1",
"pretty-quick": "^2.0.1",
"react": "^16.8.6",
"standard-version": "^6.0.1",
"ts-jest": "^24.0.2"
"standard-version": "7.1.0",
"ts-jest": "^24.2.0"
},

@@ -51,8 +53,12 @@ "dependencies": {

},
"dependenciesMeta": {
"core-js": {
"built": false
}
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"pre-commit": "yarn pretty-quick --staged"
}
}
}
}

@@ -0,0 +0,0 @@ # typescript-to-proptypes

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