Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pkgbld

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgbld - npm Package Compare versions

Comparing version 1.31.0 to 1.31.1

2

package.json
{
"version": "1.31.0",
"version": "1.31.1",
"name": "pkgbld",

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

@@ -249,5 +249,5 @@ # pkgbld

Plugins suppose to implement one or more of the following interface methods as their package exports:
Plugins suppose to implement one or more of the following interface methods on an object that returned by `create()` function exported by the plugin module.
```
```typescript
interface PkgbldPlugin {

@@ -254,0 +254,0 @@ options(parsedArgs: {[key: string]: string | number}, options: ReturnType<typeof getCliOptions>): void;

Sorry, the diff of this file is not supported yet

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