Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

2

dist/lib/application.js

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

}
else if (exclude && !exclude.match(file)) {
else if (!exclude || !exclude.match(file)) {
files.push(file);

@@ -137,0 +137,0 @@ }

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

function CliApplication() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -32,0 +32,0 @@ CliApplication.prototype.bootstrap = function (options) {

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

function ConverterComponent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -21,3 +21,3 @@ return ConverterComponent;

function ConverterNodeComponent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -30,3 +30,3 @@ return ConverterNodeComponent;

function ConverterTypeComponent() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.priority = 0;

@@ -33,0 +33,0 @@ return _this;

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

function Converter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -28,0 +28,0 @@ Converter.prototype.initialize = function () {

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

function AccessorConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -23,0 +23,0 @@ ts.SyntaxKind.GetAccessor,

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

function AliasConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -23,0 +23,0 @@ ts.SyntaxKind.TypeAliasDeclaration

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

function BlockConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -35,0 +35,0 @@ ts.SyntaxKind.Block,

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

function ClassConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -24,0 +24,0 @@ ts.SyntaxKind.ClassExpression,

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

function ConstructorConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -24,0 +24,0 @@ ts.SyntaxKind.Constructor,

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

function EnumConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -24,0 +24,0 @@ ts.SyntaxKind.EnumDeclaration

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

function ExportConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -22,0 +22,0 @@ ts.SyntaxKind.ExportAssignment

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

function FunctionConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -24,0 +24,0 @@ ts.SyntaxKind.MethodSignature,

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

function InterfaceConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -24,0 +24,0 @@ ts.SyntaxKind.InterfaceDeclaration

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

function ObjectLiteralConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -21,0 +21,0 @@ ts.SyntaxKind.ObjectLiteralExpression

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

function TypeLiteralConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -21,0 +21,0 @@ ts.SyntaxKind.TypeLiteral

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

function ModuleConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -23,0 +23,0 @@ ts.SyntaxKind.ModuleDeclaration

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

function SignatureConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -23,0 +23,0 @@ ts.SyntaxKind.CallSignature,

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

function IndexSignatureConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -23,0 +23,0 @@ ts.SyntaxKind.IndexSignature

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

function VariableStatementConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -22,0 +22,0 @@ ts.SyntaxKind.VariableStatement

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

function VariableConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.supports = [

@@ -25,0 +25,0 @@ ts.SyntaxKind.PropertySignature,

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

function CommentPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -25,0 +25,0 @@ CommentPlugin.prototype.initialize = function () {

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

function DecoratorPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -24,0 +24,0 @@ DecoratorPlugin.prototype.initialize = function () {

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

function DeepCommentPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -23,0 +23,0 @@ DeepCommentPlugin.prototype.initialize = function () {

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

function DynamicModulePlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.basePath = new base_path_1.BasePath();

@@ -24,0 +24,0 @@ return _this;

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

function GitHubPlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.repositories = {};

@@ -87,0 +87,0 @@ _this.ignoredPaths = [];

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

function GroupPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -23,0 +23,0 @@ GroupPlugin.prototype.initialize = function () {

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

function ImplementsPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -23,0 +23,0 @@ ImplementsPlugin.prototype.initialize = function () {

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

function PackagePlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -24,0 +24,0 @@ PackagePlugin.prototype.initialize = function () {

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

function SourcePlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.basePath = new base_path_1.BasePath();

@@ -27,0 +27,0 @@ _this.fileMappings = {};

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

function TypePlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.reflections = [];

@@ -23,0 +23,0 @@ return _this;

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

function AliasConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.priority = 100;

@@ -22,0 +22,0 @@ return _this;

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

function ArrayConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -22,0 +22,0 @@ ArrayConverter.prototype.supportsNode = function (context, node) {

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

function BindingArrayConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -22,0 +22,0 @@ BindingArrayConverter.prototype.supportsNode = function (context, node) {

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

function BindingObjectConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -23,0 +23,0 @@ BindingObjectConverter.prototype.supportsNode = function (context, node) {

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

function EnumConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -22,0 +22,0 @@ EnumConverter.prototype.supportsType = function (context, type) {

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

function IntrinsicConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -26,0 +26,0 @@ IntrinsicConverter.prototype.supportsType = function (context, type) {

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

function ReferenceConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.priority = -50;

@@ -25,0 +25,0 @@ return _this;

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

function StringLiteralConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -22,0 +22,0 @@ StringLiteralConverter.prototype.supportsNode = function (context, node) {

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

function TupleConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -22,0 +22,0 @@ TupleConverter.prototype.supportsNode = function (context, node) {

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

function TypeParameterConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.priority = -50;

@@ -23,0 +23,0 @@ return _this;

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

function UnionConverter() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -22,0 +22,0 @@ UnionConverter.prototype.supportsNode = function (context, node) {

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

function UnknownConverter() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.priority = -100;

@@ -21,0 +21,0 @@ return _this;

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

function CompilerHost() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -19,0 +19,0 @@ CompilerHost.prototype.getSourceFile = function (filename, languageVersion, onError) {

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

function ContainerReflection() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -14,0 +14,0 @@ ContainerReflection.prototype.getChildrenByKind = function (kind) {

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

function DeclarationReflection() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -16,0 +16,0 @@ DeclarationReflection.prototype.hasGetterOrSetter = function () {

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

function ParameterReflection() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -15,0 +15,0 @@ ParameterReflection.prototype.traverse = function (callback) {

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

function SignatureReflection() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -15,0 +15,0 @@ SignatureReflection.prototype.getParameterTypes = function () {

@@ -41,8 +41,11 @@ "use strict";

ReferenceType.prototype.toString = function () {
if (this.reflection) {
return this.reflection.name + (this.isArray ? '[]' : '');
var name = this.reflection ? this.reflection.name : this.name;
var arraySuffix = this.isArray ? '[]' : '';
var typeArgs = '';
if (this.typeArguments) {
typeArgs += '<';
typeArgs += this.typeArguments.map(function (arg) { return arg.toString(); }).join(', ');
typeArgs += '>';
}
else {
return this.name + (this.isArray ? '[]' : '');
}
return name + typeArgs + arraySuffix;
};

@@ -49,0 +52,0 @@ return ReferenceType;

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

function TypeParameterType() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -14,0 +14,0 @@ TypeParameterType.prototype.clone = function () {

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

function RendererComponent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -24,3 +24,3 @@ return RendererComponent;

function ContextAwareRendererComponent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -27,0 +27,0 @@ ContextAwareRendererComponent.prototype.initialize = function () {

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

function RendererEvent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -33,3 +33,3 @@ RendererEvent.prototype.createPageEvent = function (mapping) {

function PageEvent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -44,3 +44,3 @@ return PageEvent;

function MarkdownEvent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -47,0 +47,0 @@ return MarkdownEvent;

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

function AssetsPlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.copyDefaultAssets = true;

@@ -24,0 +24,0 @@ return _this;

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

function JavascriptIndexPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -25,0 +25,0 @@ JavascriptIndexPlugin.prototype.initialize = function () {

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

function LayoutPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -21,0 +21,0 @@ LayoutPlugin.prototype.initialize = function () {

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

function MarkedLinksPlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.brackets = /\[\[([^\]]+)\]\]/g;

@@ -24,0 +24,0 @@ _this.inlineTag = /(?:\[(.+?)\])?\{@(link|linkcode|linkplain)\s+((?:.|\n)+?)\}/gi;

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

function MarkedPlugin() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.includePattern = /\[\[include:([^\]]+?)\]\]/g;

@@ -28,0 +28,0 @@ _this.mediaPattern = /media:\/\/([^ "\)\]\}]+)/g;

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

function NavigationPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -21,0 +21,0 @@ NavigationPlugin.prototype.initialize = function () {

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

function PrettyPrintPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -27,0 +27,0 @@ PrettyPrintPlugin.prototype.initialize = function () {

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

function TocPlugin() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -23,0 +23,0 @@ TocPlugin.prototype.initialize = function () {

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

function Renderer() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -28,0 +28,0 @@ Renderer.prototype.initialize = function () {

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

function Helper() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -16,0 +16,0 @@ Helper.prototype.getHelpers = function () {

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

function Template() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -43,3 +43,3 @@ Template.prototype.getTemplate = function () {

function PartialStack() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.registeredNames = [];

@@ -46,0 +46,0 @@ return _this;

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

function ConsoleLogger() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -111,0 +111,0 @@ ConsoleLogger.prototype.log = function (message, level, newLine) {

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

function OptionsComponent() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -36,3 +36,3 @@ return OptionsComponent;

function DiscoverEvent() {
var _this = _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.inputFiles = [];

@@ -59,3 +59,3 @@ _this.errors = [];

function Options() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -62,0 +62,0 @@ Options.prototype.initialize = function () {

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

function ArgumentsReader() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -24,0 +24,0 @@ ArgumentsReader.prototype.initialize = function () {

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

function TSConfigReader() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -27,0 +27,0 @@ TSConfigReader.prototype.initialize = function () {

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

function TypedocReader() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -25,0 +25,0 @@ TypedocReader.prototype.initialize = function () {

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

function ComponentSource() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -21,0 +21,0 @@ ComponentSource.prototype.initialize = function () {

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

function TypeScriptSource() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -24,0 +24,0 @@ TypeScriptSource.prototype.initialize = function () {

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

function PluginHost() {
return _super.apply(this, arguments) || this;
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -24,0 +24,0 @@ PluginHost.prototype.load = function () {

{
"name": "typedoc",
"description": "Create api documentations for typescript projects.",
"version": "0.5.6",
"version": "0.5.7",
"homepage": "http://typedoc.org",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -5,5 +5,6 @@ # TypeDoc

[![Build Status](https://travis-ci.org/TypeStrong/typedoc.svg?branch=master)](https://travis-ci.org/TypeStrong/typedoc) [![NPM version](https://badge.fury.io/js/typedoc.svg)](http://badge.fury.io/js/typedoc)
[![Build Status](https://travis-ci.org/TypeStrong/typedoc.svg?branch=master)](https://travis-ci.org/TypeStrong/typedoc)
[![NPM Version](https://badge.fury.io/js/typedoc.svg)](http://badge.fury.io/js/typedoc)
[![Chat on Gitter](https://badges.gitter.im/TypeStrong/typedoc.svg)](https://gitter.im/TypeStrong/typedoc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Installation

@@ -10,0 +11,0 @@

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

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

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

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

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

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

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