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

@rushstack/typings-generator

Package Overview
Dependencies
Maintainers
3
Versions
316
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.8.17 to 0.8.18

8

dist/typings-generator.d.ts

@@ -0,1 +1,9 @@

/**
* An engine for generating TypeScript .d.ts files that provide type signatures
* for non-TypeScript modules such as generated JavaScript or CSS. It can operate
* in either a single-run mode or a watch mode.
*
* @packageDocumentation
*/
import { ITerminal } from '@rushstack/node-core-library';

@@ -2,0 +10,0 @@

@@ -0,3 +1,10 @@

/**
* An engine for generating TypeScript .d.ts files that provide type signatures
* for non-TypeScript modules such as generated JavaScript or CSS. It can operate
* in either a single-run mode or a watch mode.
*
* @packageDocumentation
*/
export { ITypingsGeneratorBaseOptions, ITypingsGeneratorOptions, TypingsGenerator } from './TypingsGenerator';
export { IStringValueTyping, IStringValueTypings, IStringValuesTypingsGeneratorOptions, StringValuesTypingsGenerator } from './StringValuesTypingsGenerator';
//# sourceMappingURL=index.d.ts.map

@@ -6,2 +6,9 @@ "use strict";

exports.StringValuesTypingsGenerator = exports.TypingsGenerator = void 0;
/**
* An engine for generating TypeScript .d.ts files that provide type signatures
* for non-TypeScript modules such as generated JavaScript or CSS. It can operate
* in either a single-run mode or a watch mode.
*
* @packageDocumentation
*/
var TypingsGenerator_1 = require("./TypingsGenerator");

@@ -8,0 +15,0 @@ Object.defineProperty(exports, "TypingsGenerator", { enumerable: true, get: function () { return TypingsGenerator_1.TypingsGenerator; } });

10

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

@@ -19,12 +19,12 @@ "keywords": [

"dependencies": {
"@rushstack/node-core-library": "3.53.3",
"@types/node": "12.20.24",
"chokidar": "~3.4.0",
"glob": "~7.0.5"
"glob": "~7.0.5",
"@rushstack/node-core-library": "3.53.3"
},
"devDependencies": {
"@types/glob": "7.1.1",
"@rushstack/eslint-config": "3.1.1",
"@rushstack/heft": "0.49.3",
"@rushstack/heft-node-rig": "1.11.14",
"@types/glob": "7.1.1"
"@rushstack/heft-node-rig": "1.12.0"
},

@@ -31,0 +31,0 @@ "scripts": {

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