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

@ui5/dts-generator

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/dts-generator - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [2.2.1](https://github.com/SAP/ui5-typescript/compare/v2.2.0...v2.2.1) (2021-04-22)
### Bug Fixes
- enable auto-complete for methods overriding ([#245](https://github.com/SAP/ui5-typescript/issues/245)) ([f5d9474](https://github.com/SAP/ui5-typescript/commit/f5d947489fcbc820cdb03a019f188c41413a5429))
# [2.2.0](https://github.com/SAP/ui5-typescript/compare/v2.1.0...v2.2.0) (2021-02-16)

@@ -8,0 +14,0 @@

2

lib/phases/ast-transform.js

@@ -254,3 +254,3 @@ const _ = require("lodash");

kind: "SimpleType",
type: `T & ThisType <T & ${fqn}>`,
type: `T & Partial<${fqn}> & ThisType<T & ${fqn}>`,
ignoreIssues: true,

@@ -257,0 +257,0 @@ };

{
"name": "@ui5/dts-generator",
"description": "Generates TypeScript Definitions from UI5 api.json files",
"version": "2.2.0",
"version": "2.2.1",
"license": "Apache-2.0",

@@ -32,3 +32,3 @@ "repository": {

},
"gitHead": "6072acd9337f9ad75d80b627331c8e13c6b4af75"
"gitHead": "62a4ca489f0a3e000b1ab4bb1e49d080421ba6c0"
}
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