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

@speedy-js/speedy-utils

Package Overview
Dependencies
Maintainers
9
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speedy-js/speedy-utils - npm Package Compare versions

Comparing version 0.12.1-alpha.5 to 0.13.0

12

dist/cjs/index.d.ts

@@ -134,2 +134,4 @@ /// <reference types="node" />

declare class AsyncParallelHook_2<T, AdditionalOptions = UnsetAdditionalOptions_2> extends AsyncHook_2<T, void, AdditionalOptions> {}
declare class AsyncSeriesBailHook<T, R, AdditionalOptions = UnsetAdditionalOptions> extends AsyncHook<T, R, AdditionalOptions> {}

@@ -1015,3 +1017,3 @@

*/
compilation: AsyncSeriesHook_2<[]>;
compilation: AsyncSeriesBailHook_2<[], any>;
/**

@@ -1022,2 +1024,6 @@ * Equal to esbuild#onResolve and rollup#resolveId

/**
* Get resolve result hook
*/
afterResolved: AsyncSeriesHook_2<[ResolveResult_2 | undefined | null, ResolveArgs, PluginBuild]>;
/**
* Equal to esbuild#onLoad and rollup#load

@@ -1027,2 +1033,6 @@ */

/**
* Get load file result
*/
afterLoaded: AsyncParallelHook_2<[LoadArgs, LoadResult | undefined | null]>;
/**
*

@@ -1029,0 +1039,0 @@ */

@@ -134,2 +134,4 @@ /// <reference types="node" />

declare class AsyncParallelHook_2<T, AdditionalOptions = UnsetAdditionalOptions_2> extends AsyncHook_2<T, void, AdditionalOptions> {}
declare class AsyncSeriesBailHook<T, R, AdditionalOptions = UnsetAdditionalOptions> extends AsyncHook<T, R, AdditionalOptions> {}

@@ -1015,3 +1017,3 @@

*/
compilation: AsyncSeriesHook_2<[]>;
compilation: AsyncSeriesBailHook_2<[], any>;
/**

@@ -1022,2 +1024,6 @@ * Equal to esbuild#onResolve and rollup#resolveId

/**
* Get resolve result hook
*/
afterResolved: AsyncSeriesHook_2<[ResolveResult_2 | undefined | null, ResolveArgs, PluginBuild]>;
/**
* Equal to esbuild#onLoad and rollup#load

@@ -1027,2 +1033,6 @@ */

/**
* Get load file result
*/
afterLoaded: AsyncParallelHook_2<[LoadArgs, LoadResult | undefined | null]>;
/**
*

@@ -1029,0 +1039,0 @@ */

4

package.json
{
"name": "@speedy-js/speedy-utils",
"version": "0.12.1-alpha.5",
"version": "0.13.0",
"description": "",

@@ -28,3 +28,3 @@ "keywords": [],

"@speedy-js/config": "0.8.0-3",
"@speedy-js/speedy-types": "0.12.1-alpha.5",
"@speedy-js/speedy-types": "0.13.0",
"@speedy-js/eslint-config": "0.0.1",

@@ -31,0 +31,0 @@ "chai": "4.3.4",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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