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

resources-tsk

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resources-tsk - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

lib/types.d.ts

4

CHANGELOG.md

@@ -141,6 +141,6 @@ # Changelog

## [2.5.0] — 2024-07-30
## [2.5.1] — 2024-07-30
### Update
- Added strong type for better inference and avoid errors
- Added strong type for better inference and avoid errors and also added and interface

@@ -0,1 +1,3 @@

import { IResources } from "./types";
export { IResources };
export declare class Resources<LTE extends string, LKD extends string, LMD extends {

@@ -5,3 +7,3 @@ [K in LKD]: string;

[K in LTE]: LMD;
}> {
}> implements IResources {
private defaultLanguage;

@@ -8,0 +10,0 @@ private globalLanguage;

{
"name": "resources-tsk",
"version": "2.5.0",
"version": "2.5.1",
"description": "resource tool to use with or without NodeTskeleton template project",

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

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