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

gem-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gem-analyzer - npm Package Compare versions

Comparing version 1.7.1 to 1.7.6

2

index.d.ts

@@ -68,4 +68,4 @@ import type { SourceFile, ClassDeclaration } from 'ts-morph';

}
export declare const getExports: (file: SourceFile) => ExportDetail[];
export declare const getExports: (file: SourceFile) => ExportDetail[] | undefined;
export {};
//# sourceMappingURL=index.d.ts.map

@@ -200,2 +200,5 @@ import { camelToKebabCase } from '@mantou/gem/lib/utils';

for (const [name, declarations] of file.getExportedDeclarations()) {
// reexport
if (!declarations.length)
return;
let deprecated = false;

@@ -202,0 +205,0 @@ let description = '';

{
"name": "gem-analyzer",
"version": "1.7.1",
"version": "1.7.6",
"description": "gem analyzer",

@@ -16,3 +16,3 @@ "main": "index.js",

"dependencies": {
"@mantou/gem": "^1.7.2"
"@mantou/gem": "^1.7.8"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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