Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intlify/shared

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/shared - npm Package Compare versions

Comparing version 10.0.0-beta.6 to 10.0.0-rc.1

4

dist/shared.d.ts
export declare const assign: {
<T extends {}, U>(target: T, source: U): T & U;
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
(target: object, ...sources: any[]): any;

@@ -7,0 +7,0 @@ };

/*!
* shared v10.0.0-beta.6
* shared v10.0.0-rc.1
* (c) 2024 kazuya kawaguchi

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* shared v10.0.0-beta.6
* shared v10.0.0-rc.1
* (c) 2024 kazuya kawaguchi

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "@intlify/shared",
"version": "10.0.0-beta.6",
"version": "10.0.0-rc.1",
"description": "@intlify/shared",

@@ -5,0 +5,0 @@ "keywords": [

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