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.9 to 0.1.10

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"version": "0.1.10",
"tag": "@rushstack/typings-generator_v0.1.10",
"date": "Tue, 19 May 2020 15:08:19 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.11` to `0.4.12`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.13` to `6.4.14`"
}
]
}
},
{
"version": "0.1.9",

@@ -7,0 +22,0 @@ "tag": "@rushstack/typings-generator_v0.1.9",

7

CHANGELOG.md
# Change Log - @rushstack/typings-generator
This log was last generated on Fri, 15 May 2020 08:10:59 GMT and should not be manually modified.
This log was last generated on Tue, 19 May 2020 15:08:19 GMT and should not be manually modified.
## 0.1.10
Tue, 19 May 2020 15:08:19 GMT
*Version update only*
## 0.1.9

@@ -6,0 +11,0 @@ Fri, 15 May 2020 08:10:59 GMT

6

package.json
{
"name": "@rushstack/typings-generator",
"version": "0.1.9",
"version": "0.1.10",
"description": "This library provides functionality for automatically generator typings for non-TS files.",

@@ -22,4 +22,4 @@ "main": "lib/index.js",

"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.4.11",
"@microsoft/node-library-build": "6.4.13",
"@microsoft/rush-stack-compiler-3.5": "0.4.12",
"@microsoft/node-library-build": "6.4.14",
"@rushstack/eslint-config": "0.5.7",

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

@@ -62,3 +62,3 @@ # Typings Generator

Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/src/Terminal/Terminal.ts)
object for logging. If one isn't provided, logs will go to the terminal.
object for logging. If one isn't provided, logs will go to the console.

@@ -65,0 +65,0 @@ ### `filesToIgnore`

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