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 17.0.0-beta.7 to 17.0.0-beta.8

1

helpers/extract-function-defaults.d.ts

@@ -5,5 +5,4 @@ import { FunctionType } from '../types';

* It returns an array of the default values because after minification the parameter names are lost.
*
* @param fn - Function to extract the default values from
*/
export declare function extractFunctionDefaults(fn: FunctionType<unknown>): unknown[];

@@ -8,3 +8,2 @@ "use strict";

* It returns an array of the default values because after minification the parameter names are lost.
*
* @param fn - Function to extract the default values from

@@ -11,0 +10,0 @@ */

/**
* Stringify data to JSON. If data is undefined, return string 'undefined'.
*
* @param data - Data to stringify.
*/
export declare function stringify<T>(data: T): string;

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

* Stringify data to JSON. If data is undefined, return string 'undefined'.
*
* @param data - Data to stringify.

@@ -9,0 +8,0 @@ */

/**
* Returns only unique items from the given arrays
*
* @param items - arrays of items
*/
export declare function unique<T>(...items: T[][]): T[];

@@ -7,3 +7,2 @@ "use strict";

* Returns only unique items from the given arrays
*
* @param items - arrays of items

@@ -10,0 +9,0 @@ */

2

package.json
{
"name": "@ng-doc/core",
"version": "17.0.0-beta.7",
"version": "17.0.0-beta.8",
"type": "commonjs",

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

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