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

swiss-ak

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swiss-ak - npm Package Compare versions

Comparing version

to
3.0.0

2

package.json
{
"name": "swiss-ak",
"version": "2.14.1",
"version": "3.0.0",
"author": "Jack Cannon <jackc@annon.co.uk> (http://c.annon.co.uk/)",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,2 @@ export * from './tools/types';

export * from './tools/timer';
export * from './tools/progressBar';
export * from './tools/ArrayTools';

@@ -9,0 +8,0 @@ export * from './tools/ObjectTools';

@@ -355,39 +355,2 @@ import * as swissak from '../';

// progress bar
swissak.getProgressBar;
swissak.progressBar.getProgressBar;
swissak.progressBar.getFullOptions;
const progressBar = swissak.getProgressBar(100);
progressBar.update;
progressBar.next;
progressBar.set;
progressBar.reset;
progressBar.start;
progressBar.finish;
swissak.getMultiBarManager;
swissak.progressBar.getMultiBarManager;
swissak.progressBar.getFullMultiBarManagerOptions;
const multiBarManager = swissak.getMultiBarManager();
multiBarManager.add;
multiBarManager.addNew;
multiBarManager.remove;
multiBarManager.update;
multiBarManager.getBars;
swissak.progressBar.utils.printLn;
swissak.progressBar.utils.multiPrintFn;
type ProgressBar1 = swissak.ProgressBar;
type MultiBarManager1 = swissak.MultiBarManager;
type ProgressBarOptionsFull1 = swissak.progressBar.ProgressBarOptionsFull;
type ProgressBarOptions1 = swissak.progressBar.ProgressBarOptions;
type MultiBarManagerOptionsFull1 = swissak.progressBar.MultiBarManagerOptionsFull;
type MultiBarManagerOptions1 = swissak.progressBar.MultiBarManagerOptions;
// cachier

@@ -394,0 +357,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display