Socket
Socket
Sign inDemoInstall

@microsoft/api-extractor

Package Overview
Dependencies
Maintainers
2
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-extractor - npm Package Compare versions

Comparing version 7.35.4 to 7.36.0

4

dist/rollup.d.ts

@@ -11,6 +11,6 @@ /**

import { INodePackageJson } from '@rushstack/node-core-library';
import { IRigConfig } from '@rushstack/rig-package';
import { JsonSchema } from '@rushstack/node-core-library';
import { NewlineKind } from '@rushstack/node-core-library';
import { PackageJsonLookup } from '@rushstack/node-core-library';
import { RigConfig } from '@rushstack/rig-package';
import * as tsdoc from '@microsoft/tsdoc';

@@ -1046,3 +1046,3 @@ import { TSDocConfigFile } from '@microsoft/tsdoc-config';

*/
rigConfig?: RigConfig;
rigConfig?: IRigConfig;
}

@@ -1049,0 +1049,0 @@

import { JsonSchema, PackageJsonLookup, INodePackageJson, NewlineKind } from '@rushstack/node-core-library';
import { RigConfig } from '@rushstack/rig-package';
import { type IRigConfig } from '@rushstack/rig-package';
import { IConfigFile, IExtractorMessagesConfig } from './IConfigFile';

@@ -25,3 +25,3 @@ import { EnumMemberOrder } from '@microsoft/api-extractor-model';

*/
rigConfig?: RigConfig;
rigConfig?: IRigConfig;
}

@@ -28,0 +28,0 @@ /**

{
"name": "@microsoft/api-extractor",
"version": "7.35.4",
"version": "7.36.0",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",

@@ -45,3 +45,3 @@ "keywords": [

"@rushstack/node-core-library": "3.59.4",
"@rushstack/rig-package": "0.3.21",
"@rushstack/rig-package": "0.4.0",
"@rushstack/ts-command-line": "4.15.1"

@@ -48,0 +48,0 @@ },

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