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 2.0.3 to 2.0.4

6

dist/index.d.ts

@@ -0,5 +1,11 @@

import * as business from './business';
export * from './business';
import * as finance from './finance';
export * from './finance';
import * as content from './content';
export * from './content';
import * as general from './general';
export * from './general';
import * as network from './network';
export * from './network';
export { business, finance, content, general, network };

24

dist/index.js
"use strict";
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
// Business
const business = __importStar(require("./business"));
exports.business = business;
// Finance
const finance = __importStar(require("./finance"));
exports.finance = finance;
// Content
const content = __importStar(require("./content"));
exports.content = content;
// General
const general = __importStar(require("./general"));
exports.general = general;
// Network
const network = __importStar(require("./network"));
exports.network = network;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBQSxXQUFXO0FBQ1gscURBQXVDO0FBbUI5Qiw0QkFBUTtBQWhCakIsVUFBVTtBQUNWLG1EQUFxQztBQWVsQiwwQkFBTztBQVoxQixVQUFVO0FBQ1YsbURBQXFDO0FBV1QsMEJBQU87QUFSbkMsVUFBVTtBQUNWLG1EQUFxQztBQU9BLDBCQUFPO0FBSjVDLFVBQVU7QUFDVixtREFBcUM7QUFHUywwQkFBTyJ9

2

package.json
{
"name": "@tsclass/tsclass",
"version": "2.0.3",
"version": "2.0.4",
"private": false,

@@ -5,0 +5,0 @@ "description": "common classes for TypeScript",

// Business
import * as business from './business';
export * from './business';
// Finance
import * as finance from './finance';
export * from './finance';
// Content
import * as content from './content';
export * from './content';
// General
import * as general from './general';
export * from './general';
// Network
import * as network from './network';
export * from './network';
export { business, finance, content, general, network };
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