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

@comartek/star-pop10-commander

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comartek/star-pop10-commander - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

CHANGELOG.md

7

dist/index.d.ts

@@ -1,5 +0,2 @@

export declare class Example {
private _logger;
constructor();
exampleMethod(param: string): string;
}
export * from './StarCLIClient';
export * from './StarPrinterClient';

@@ -1,18 +0,19 @@

'use strict';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Example = void 0;
var sitka_1 = require("sitka");
var Example = /** @class */ (function () {
/* Constructor */
function Example() {
this._logger = sitka_1.Logger.getLogger({ name: this.constructor.name });
}
/* Public Instance Methods */
Example.prototype.exampleMethod = function (param) {
this._logger.debug('Received: ' + param);
return param;
};
return Example;
}());
exports.Example = Example;
__exportStar(require("./StarCLIClient"), exports);
__exportStar(require("./StarPrinterClient"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@comartek/star-pop10-commander",
"version": "0.0.1",
"version": "0.0.2",
"description": "Support commands of star pop10 cash",

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

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