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

@atomist/slack-messages

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomist/slack-messages - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-master.20190716171319

index.d.ts.map

4

CHANGELOG.md

@@ -8,4 +8,6 @@ # Changelog

## [Unreleased](https://github.com/atomist/slack-messages/compare/1.1.0...HEAD)
## [Unreleased](https://github.com/atomist/slack-messages/compare/1.1.1...HEAD)
## [1.1.1](https://github.com/atomist/slack-messages/compare/1.1.0...1.1.1) - 2019-06-18
### Fixed

@@ -12,0 +14,0 @@

export * from "./lib/SlackMessages";
export { githubToSlack, } from "./lib/Markdown";
//# sourceMappingURL=index.d.ts.map

@@ -46,1 +46,2 @@ /**

export declare function githubToSlack(text: string): string;
//# sourceMappingURL=Markdown.d.ts.map

@@ -132,1 +132,2 @@ /**

export declare type ActionType = "button" | "select";
//# sourceMappingURL=SlackMessages.d.ts.map

@@ -12,1 +12,2 @@ /**

export declare function splitProcessor(text: string, transform: (i: string) => string, splitter: RegExp): string;
//# sourceMappingURL=splitProcessor.d.ts.map
{
"name": "@atomist/slack-messages",
"version": "1.1.1",
"version": "1.1.2-master.20190716171319",
"description": "Atomist utilities for creating formatted Slack messages",

@@ -29,14 +29,14 @@ "author": {

"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/mocha": "^5.2.7",
"@types/power-assert": "^1.5.0",
"espower-typescript": "^9.0.2",
"mocha": "^5.2.0",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.5",
"power-assert": "^1.6.0",
"rimraf": "^2.6.2",
"power-assert": "^1.6.1",
"rimraf": "^2.6.3",
"supervisor": "^0.12.0",
"ts-node": "^8.3.0",
"tslint": "^5.17.0",
"tslint": "^5.18.0",
"typedoc": "^0.14.2",
"typescript": "^3.5.2"
"typescript": "^3.5.3"
},

@@ -50,3 +50,3 @@ "directories": {

"clean": "run-p clean:compile clean:doc clean:run clean:test",
"clean:compile": "rimraf git-info.json \"index.{d.ts,js{,.map}}\" \"{lib,test}/**/*.{d.ts,js{,.map}}\" lib/typings/types.ts",
"clean:compile": "rimraf git-info.json \"index.{d.ts,js}{,.map}\" \"{lib,test}/**/*.{d.ts,js}{,.map}\" lib/typings/types.ts",
"clean:dist": "run-s clean clean:npm",

@@ -66,5 +66,5 @@ "clean:doc": "rimraf doc",

"engines": {
"node": ">=8.1.0",
"node": ">=8.2.0",
"npm": ">=5.0.0"
}
}

@@ -9,2 +9,3 @@ {

"declaration": true,
"declarationMap": true,
"sourceMap": true,

@@ -11,0 +12,0 @@ "lib": [

@@ -184,9 +184,12 @@ {

},
"typedef": [
true,
"call-signature",
"parameter",
"property-declaration",
"member-variable-declaration"
],
"typedef": {
"severity": "warning",
"options": [
true,
"call-signature",
"parameter",
"property-declaration",
"member-variable-declaration"
]
},
"typedef-whitespace": {

@@ -193,0 +196,0 @@ "options": [

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