Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/typings-generator

Package Overview
Dependencies
Maintainers
3
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/typings-generator - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

18

CHANGELOG.json

@@ -5,2 +5,20 @@ {

{
"version": "0.1.19",
"tag": "@rushstack/typings-generator_v0.1.19",
"date": "Wed, 10 Jun 2020 20:48:30 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.22` to `6.4.23`"
}
]
}
},
{
"version": "0.1.18",

@@ -7,0 +25,0 @@ "tag": "@rushstack/typings-generator_v0.1.18",

7

CHANGELOG.md
# Change Log - @rushstack/typings-generator
This log was last generated on Mon, 01 Jun 2020 08:34:17 GMT and should not be manually modified.
This log was last generated on Wed, 10 Jun 2020 20:48:30 GMT and should not be manually modified.
## 0.1.19
Wed, 10 Jun 2020 20:48:30 GMT
*Version update only*
## 0.1.18

@@ -6,0 +11,0 @@ Mon, 01 Jun 2020 08:34:17 GMT

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.8.9"
"packageVersion": "7.8.10"
}
]
}

@@ -43,3 +43,3 @@ "use strict";

node_core_library_1.FileSystem.ensureEmptyFolder(this._options.generatedTsFolder);
const filesToIgnore = new Set((this._options.filesToIgnore).map((fileToIgnore) => {
const filesToIgnore = new Set(this._options.filesToIgnore.map((fileToIgnore) => {
return path.resolve(this._options.srcFolder, fileToIgnore);

@@ -83,3 +83,6 @@ }));

].join(os_1.EOL);
node_core_library_1.FileSystem.writeFile(generatedTsFilePath, prefixedTypingsData, { ensureFolderExists: true, convertLineEndings: "os" /* OsDefault */ });
node_core_library_1.FileSystem.writeFile(generatedTsFilePath, prefixedTypingsData, {
ensureFolderExists: true,
convertLineEndings: "os" /* OsDefault */
});
}

@@ -86,0 +89,0 @@ catch (e) {

{
"name": "@rushstack/typings-generator",
"version": "0.1.18",
"version": "0.1.19",
"description": "This library provides functionality for automatically generator typings for non-TS files.",

@@ -18,8 +18,8 @@ "main": "lib/index.js",

"glob": "~7.0.5",
"@rushstack/node-core-library": "3.24.0",
"@rushstack/node-core-library": "3.24.1",
"chokidar": "~3.3.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.5.2",
"@microsoft/node-library-build": "6.4.22",
"@microsoft/rush-stack-compiler-3.5": "0.5.3",
"@microsoft/node-library-build": "6.4.23",
"@rushstack/eslint-config": "0.5.8",

@@ -26,0 +26,0 @@ "@types/glob": "7.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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