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

@forge/lint

Package Overview
Dependencies
Maintainers
0
Versions
1138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/lint - npm Package Compare versions

Comparing version 5.5.2-next.10 to 5.6.0-next.11

out/lint/linters/storage-module-linter/api-call-interface.d.ts

4

out/lint/lint.js

@@ -19,2 +19,3 @@ "use strict";

const invoke_remote_linter_1 = require("./linters/remote-linter/invoke-remote-linter");
const storage_module_linter_1 = require("./linters/storage-module-linter/storage-module-linter");
const reportLintResults = (logger, lintResults, showSummary = true) => {

@@ -89,3 +90,4 @@ let numErrors = 0, numWarnings = 0;

new dynamic_properties_permissions_linter_1.DynamicPropertiesPermissionsLinter(environment, manifest, logger),
new invoke_remote_linter_1.InvokeRemoteLinter(environment, manifest, logger)
new invoke_remote_linter_1.InvokeRemoteLinter(environment, manifest, logger),
new storage_module_linter_1.StorageModulesLinter(environment, manifest, logger)
]) => {

@@ -92,0 +94,0 @@ const { include, exclude } = await (0, cli_shared_1.listTSConfigIncludeExclude)(new cli_shared_1.FileSystemReader());

@@ -40,4 +40,8 @@ export declare const messages: {

};
sql: {
message: (module: string) => string;
reference: string;
};
};
};
//# sourceMappingURL=messages.d.ts.map

@@ -42,4 +42,8 @@ "use strict";

reference: 'permission-scope-required'
},
sql: {
message: (module) => `SQL package is used but '${module}' module is not defined in the manifest`,
reference: 'https://developer.atlassian.com/platform/forge/manifest-reference/#modules'
}
}
};
{
"name": "@forge/lint",
"version": "5.5.2-next.10",
"version": "5.6.0-next.11",
"description": "Linting for forge apps",

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

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

Sorry, the diff of this file is not supported yet

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