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

@ng-doc/core

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-doc/core - npm Package Compare versions

Comparing version 16.1.1 to 16.2.0

2

package.json
{
"name": "@ng-doc/core",
"version": "16.1.1",
"version": "16.2.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -1,4 +0,2 @@

export type Constructor<T> = new (...args: any[]) => T;
export type AbstractConstructor<T> = Function & {
prototype: T;
};
export type Constructor<T = any> = new (...args: any[]) => T;
export type AbstractConstructor<T = any> = abstract new (...args: any[]) => T;
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