Socket
Socket
Sign inDemoInstall

@psdk/frame

Package Overview
Dependencies
5
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.22-snapshot to 0.0.23-snapshot

7

build/father/PSDK.d.ts

@@ -8,3 +8,3 @@ /**

import { WriteOptions } from "./types";
import { Raw } from "./args";
import { Arg, Raw } from "./args";
export declare abstract class PSDK<_Self extends PSDK<any>> {

@@ -54,3 +54,8 @@ /**

newline(): _Self;
/**
* Push command
* @param command
*/
push(command: Arg<any>): _Self;
}
//# sourceMappingURL=PSDK.d.ts.map

@@ -82,3 +82,11 @@ "use strict";

}
/**
* Push command
* @param command
*/
push(command) {
this.commander().pushArg(command);
return this;
}
}
exports.PSDK = PSDK;

2

package.json
{
"name": "@psdk/frame",
"version": "0.0.22-snapshot",
"version": "0.0.23-snapshot",
"description": "psdk",

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

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

Sorry, the diff of this file is not supported yet

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