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 2.1.1 to 2.1.2

6

CHANGELOG.md

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

### [2.1.2](https://github.com/merceyz/typescript-to-proptypes/compare/v2.1.1...v2.1.2) (2020-09-13)
### Bug Fixes
- **parser:** parse Date type ([bb94047](https://github.com/merceyz/typescript-to-proptypes/commit/bb94047456e7932863adc516cb0e2b9b689f328a)), closes [#30](https://github.com/merceyz/typescript-to-proptypes/issues/30)
### [2.1.1](https://github.com/merceyz/typescript-to-proptypes/compare/v2.1.0...v2.1.1) (2020-08-17)

@@ -7,0 +13,0 @@

1

dist/parser.js

@@ -308,2 +308,3 @@ "use strict";

}
case 'Date':
case 'React.Component': {

@@ -310,0 +311,0 @@ return t.instanceOfNode(typeName);

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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