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.0.0 to 2.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 2.0.1
fix: skipping/ignoring symbols by fqn only worked on library deps.
## 2.0.0

@@ -2,0 +6,0 @@

5

lib/api.js

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

const actualOptions = _.defaultsDeep(options, defaultOptions);
const targetLibFixedJson = fixApiJson(targetLibJson);
const targetLibFixedJson = fixApiJson(
targetLibJson,
actualOptions.directives.badSymbols
);
const depsFixedJsons = timer(function fixJson() {

@@ -26,0 +29,0 @@ return _.map(actualOptions.dependencies, _ =>

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

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

},
"gitHead": "ad677836eb5cd12ad65c68bc8b7aece1e024097a"
"gitHead": "1a0504232e6dda49668e45adbb97ef069cf31b67"
}
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