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

@tsclass/tsclass

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsclass/tsclass - npm Package Compare versions

Comparing version 4.0.28 to 4.0.29

2

dist_ts/00_commitinfo_data.js

@@ -6,5 +6,5 @@ /**

name: '@tsclass/tsclass',
version: '4.0.28',
version: '4.0.29',
description: 'common classes for TypeScript'
};
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLCtCQUErQjtDQUM3QyxDQUFBIn0=
export interface IMenuItem {
name: string;
iconName?: string;
action: <T = any>() => void | Promise<T>;
}
{
"name": "@tsclass/tsclass",
"version": "4.0.28",
"version": "4.0.29",
"private": false,

@@ -29,3 +29,3 @@ "description": "common classes for TypeScript",

"dependencies": {
"type-fest": "^3.1.0"
"type-fest": "^3.5.1"
},

@@ -35,5 +35,5 @@ "devDependencies": {

"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.73",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.8"
"@types/node": "^18.11.18"
},

@@ -40,0 +40,0 @@ "files": [

@@ -6,4 +6,4 @@ /**

name: '@tsclass/tsclass',
version: '4.0.28',
version: '4.0.29',
description: 'common classes for TypeScript'
}
export interface IMenuItem {
name: string;
iconName?: string;
action: <T = any>() => void | Promise<T>;
}
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