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

@webshrine/stdtyp

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webshrine/stdtyp - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "@webshrine/stdtyp",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"private": false,

@@ -6,0 +6,0 @@ "repository": {

@@ -172,3 +172,3 @@ import type { IterateParameters } from '.'

*/
export type FnReduceIterate<Item = any, Id extends PropertyKey = PropertyKey, Result = any> = Fn<[previousValue: Result | undefined, ...IterateParameters<Item, Id>], Result>
export type FnReduceIterate<Item = any, Id extends PropertyKey = PropertyKey, Result = Item> = Fn<[previousValue: Result | undefined, ...IterateParameters<Item, Id>], Result>

@@ -175,0 +175,0 @@ /**

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