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.5 to 0.0.6

2

dist/index.d.ts
import { CollectionUtil as collectionUtil } from './utils/collection/collection.util';
import { ShortIdUtil as shortIdUtil } from './utils/short-id/short-id.util';
export declare const CollectionUtil: typeof collectionUtil;
export declare const ShortIdUtil: typeof shortIdUtil;
"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");
exports.CollectionUtil = collection_util_1.CollectionUtil;
exports.ShortIdUtil = short_id_util_1.ShortIdUtil;

2

package.json
{
"name": "swiss-army",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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