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

eslint-plugin-pipedream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-pipedream - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

index.js

@@ -98,3 +98,2 @@ function isModuleExports(node) {

const optionalValue = propDef.properties.find((p) => p?.key?.name === "optional")?.value?.value;
console.log(optionalValue);

@@ -101,0 +100,0 @@ if (propProperties.includes("optional") && optionalValue && !propProperties.includes("default")) {

7

package.json
{
"name": "eslint-plugin-pipedream",
"version": "0.0.1",
"version": "0.0.2",
"description": "ESLint plugin for Pipedream components: https://pipedream.com/docs/components/api/",

@@ -9,5 +9,6 @@ "main": "index.js",

},
"keywords": [],
"keywords": ["pipedream", "node.js", "integration", "api", "apis"],
"author": "Pipedream, Inc",
"license": "MIT"
"license": "MIT",
"homepage": "https://github.com/PipedreamHQ/eslint-plugin-pipedream"
}
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