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

swiss-army

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swiss-army - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

15

dist/index.d.ts

@@ -1,14 +0,1 @@

import { CollectionUtil } from './utils/collection/collection.util';
import { ShortIdUtil } from './utils/short-id/short-id.util';
import { BaseModel } from './models/base/base.model';
import { Sort } from './enums/sort.enum';
export declare const Enums: {
Sort: typeof Sort;
};
export declare const Models: {
BaseModel: typeof BaseModel;
};
export declare const Util: {
Collection: typeof CollectionUtil;
ShortId: typeof ShortIdUtil;
};
export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const collection_util_1 = require("./utils/collection/collection.util");
const short_id_util_1 = require("./utils/short-id/short-id.util");
const base_model_1 = require("./models/base/base.model");
const sort_enum_1 = require("./enums/sort.enum");
exports.Enums = {
Sort: sort_enum_1.Sort
};
exports.Models = {
BaseModel: base_model_1.BaseModel
};
exports.Util = { Collection: collection_util_1.CollectionUtil, ShortId: short_id_util_1.ShortIdUtil };
module.exports.CollectionUtil = collection_util_1.CollectionUtil;

3

package.json
{
"name": "swiss-army",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -20,2 +20,3 @@ "main": "dist/index.js",

"@types/emojione": "^2.2.3",
"@types/node": "^10.12.18",
"@types/shortid": "0.0.29",

@@ -22,0 +23,0 @@ "emojione": "^4.0.0",

@@ -9,3 +9,4 @@ {

"strictNullChecks": false
}
},
"include": ["**/*"]
}
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