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

@pipcook/create-pipcook-plugin

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipcook/create-pipcook-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@pipcook/create-pipcook-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create plugin for Pipcook in only one command.",

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

@@ -11,6 +11,6 @@ # @pipcook/create-pipcook-plugin

# via NPM
$ npm init @pipcook/create-pipcook-plugin --category data-collect --python my-plugin
$ npm init @pipcook/pipcook-plugin --category data-collect my-plugin
# via Pipcook
$ pipcook plugin create-data-collect ./my-plugin
$ pipcook plugin create my-plugin --category data-collect
```

@@ -21,3 +21,3 @@

```sh
$ npm init @pipcook/create-pipcook-plugin my-plugin
$ npm init @pipcook/pipcook-plugin my-plugin
```

@@ -28,3 +28,3 @@

```sh
$ npm init @pipcook/create-pipcook-plugin --category data-collect my-plugin
$ npm init @pipcook/pipcook-plugin --category data-collect my-plugin
```

@@ -31,0 +31,0 @@

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