@slack/deno-slack-sdk
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -1,1 +0,1 @@ | ||
export { SlackAPI } from "./deps/deno.land/x/deno_slack_api@1.3.0/mod.js"; | ||
export { SlackAPI } from "./deps/deno.land/x/deno_slack_api@1.4.0/mod.js"; |
@@ -6,3 +6,3 @@ { | ||
"name": "@slack/deno-slack-sdk", | ||
"version": "v1.4.1", | ||
"version": "1.4.2", | ||
"description": "Official library for using Deno Slack SDK in node Slack apps", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SlackAPI = void 0; | ||
var mod_js_1 = require("./deps/deno.land/x/deno_slack_api@1.3.0/mod.js"); | ||
var mod_js_1 = require("./deps/deno.land/x/deno_slack_api@1.4.0/mod.js"); | ||
Object.defineProperty(exports, "SlackAPI", { enumerable: true, get: function () { return mod_js_1.SlackAPI; } }); |
@@ -1,2 +0,2 @@ | ||
export { SlackAPI } from "./deps/deno.land/x/deno_slack_api@1.3.0/mod.js"; | ||
export type { SlackAPIClient, Trigger, } from "./deps/deno.land/x/deno_slack_api@1.3.0/types.js"; | ||
export { SlackAPI } from "./deps/deno.land/x/deno_slack_api@1.4.0/mod.js"; | ||
export type { SlackAPIClient, Trigger, } from "./deps/deno.land/x/deno_slack_api@1.4.0/types.js"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
391235
9437
1