Socket
Socket
Sign inDemoInstall

@polymer/gen-typescript-declarations

Package Overview
Dependencies
177
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.2.0

4

CHANGELOG.md

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

## [1.2.0] - 2018-02-15
- Functions which definitely never return a value will now be automatically inferred as returning `void`.
- Getters on Polymer elements defined with the legacy Polymer function are now scanned correctly (previously type annotations were missing, and the readonly bit was inverted.
## [1.1.3] - 2018-02-12

@@ -11,0 +15,0 @@ - Mixin functions now include all of the additional mixins they automatically apply. Previously, only the immediately applied mixins were accounted for, but not ones that were applied transitively.

4

package.json
{
"name": "@polymer/gen-typescript-declarations",
"version": "1.1.3",
"version": "1.2.0",
"description": "Generate TypeScript type declarations for Polymer components.",

@@ -25,3 +25,3 @@ "main": "lib/gen-ts.js",

"minimatch": "^3.0.4",
"polymer-analyzer": "=3.0.0-pre.10"
"polymer-analyzer": "=3.0.0-pre.12"
},

@@ -28,0 +28,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc