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

@prismatic-io/translations

Package Overview
Dependencies
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismatic-io/translations - npm Package Compare versions

Comparing version 1.9.2 to 1.10.0

7

dist/types.d.ts

@@ -25,3 +25,8 @@ import { SharedPhrases } from "./lib/shared";

};
export type SharedAndUniquePhrases = SharedPhrases & UniquePhrases;
export type DynamicPhrases = {
dynamicPhrase: {
[x: string]: string;
};
};
export type SharedAndUniquePhrases = SharedPhrases & UniquePhrases & DynamicPhrases;
export type NamespacedSharedAndSharedAndUniquePhrases = Partial<NamespacedSharedPhrases> & SharedAndUniquePhrases;

@@ -28,0 +33,0 @@ export type NamespacedSharedAndUniquePhrases<T extends unknown = UniquePhrases> = Partial<NamespacedSharedPhrases> & T;

2

package.json

@@ -21,3 +21,3 @@ {

"license": "MIT",
"version": "1.9.2",
"version": "1.10.0",
"main": "dist/index.js",

@@ -24,0 +24,0 @@ "types": "dist/index.d.ts",

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