Socket
Socket
Sign inDemoInstall

suf-cli

Package Overview
Dependencies
10
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.3.0

0

dist/badgeTypes.d.ts

@@ -0,0 +0,0 @@ export interface BadgeTypes {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
#!/usr/bin/env node
export {};

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ import { IPackageJson } from 'package-json-type';

@@ -0,0 +0,0 @@ "use strict";

export * from './modules';
export * from './run';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LogStyle } from 'suf-log';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BadgeTypes, BadgeLinkTypes } from './badgeTypes';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
import { State } from '../state';
export declare function Badges(STATE: State): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

import { State } from '../state';
export declare function License(STATE: State): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

import { State } from '../state';
export declare function TsDoc(STATE: State): Promise<void>;

2

dist/modules/tsDoc.js

@@ -32,3 +32,3 @@ "use strict";

const fileText = fs_1.readFileSync(path).toString();
const fileName = path.replace(/.*(\/|\\\\)([\w\.-]*)\.d\.ts/, '$2');
const fileName = path.replace(/.*(\/|\\\\|\\)([\w\.-]*)\.d\.ts/, '$2');
let match;

@@ -35,0 +35,0 @@ navLinks.push(`#${fileName}`);

export declare function run(): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IPackageJson } from 'package-json-type';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IPackageJson } from 'package-json-type';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare type Marker = {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "suf-cli",
"version": "0.2.4",
"version": "0.3.0",
"description": "Utility Cli",

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

"prepack": "yarn build && node ./dist/cli.js",
"build": "del ./dist && del ./types && tsc -b",
"build": "del-cli ./dist && del-cli ./types && tsc -b",
"watch": "tsc -w",

@@ -30,3 +30,3 @@ "test": "jest --coverage",

"suf-log": "^2.5.3",
"suf-node": "^1.1.1"
"suf-node": "^1.3.3"
},

@@ -33,0 +33,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ ## suf-cli

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc