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.0.1 to 1.0.2-master.20181115140150

4

CHANGELOG.md

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

## [Unreleased](https://github.com/atomist/slack-messages/compare/1.0.0...HEAD)
## [Unreleased](https://github.com/atomist/slack-messages/compare/1.0.1...HEAD)
## [1.0.1](https://github.com/atomist/slack-messages/compare/1.0.0...1.0.1) - 2018-11-09
### Added

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

{
"name": "@atomist/slack-messages",
"version": "1.0.1",
"version": "1.0.2-master.20181115140150",
"description": "Atomist utilities for creating formatted Slack messages",

@@ -35,3 +35,5 @@ "author": {

"power-assert": "^1.6.0",
"rimraf": "^2.6.2",
"supervisor": "^0.12.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",

@@ -47,3 +49,3 @@ "typedoc": "^0.13.0",

"build": "run-s compile test lint doc",
"clean": "run-p clean:compile clean:doc clean:run",
"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",

@@ -54,5 +56,6 @@ "clean:dist": "run-s clean clean:npm",

"clean:run": "rimraf *-v8.log profile.txt log",
"clean:test": "rimraf .nyc_output coverage",
"compile": "tsc --project .",
"doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
"lint": "tslint --format verbose --project . --exclude \"node_modules/**\" --exclude \"**/*.d.ts\" \"**/*.ts\"",
"lint": "tslint --config tslint.json --format verbose --project .",
"lint:fix": "npm run lint -- --fix",

@@ -64,5 +67,5 @@ "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",

"engines": {
"node": ">=8.0.0",
"node": ">=8.1.0",
"npm": ">=5.0.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