New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

danger-plugin-typetalk

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danger-plugin-typetalk - npm Package Compare versions

Comparing version

to
0.1.2

2

dist/index.js

@@ -16,3 +16,3 @@ "use strict";

const uri = buildEndpointURI();
const msg = createMessage(dangerResults);
const msg = createMessage(results);
postMessage(uri, msg);

@@ -19,0 +19,0 @@ }

@@ -21,16 +21,2 @@ "use strict";

});
describe('buildEndpointURL()', () => {
it('should throw error when topic id is not given', () => {
expect(() => {
_1.buildEndpointURI();
}).toThrow();
});
it('should build post message endpoint URL', () => {
// TOPIC_ID should be provied in environment variable.
process.env.TOPIC_ID = '12345';
const url = _1.buildEndpointURI();
expect(url).toBe('/api/v1/topics/12345');
delete process.env.TOPIC_ID;
});
});
describe('createMessage()', () => {

@@ -37,0 +23,0 @@ const emptyResults = {

{
"name": "danger-plugin-typetalk",
"version": "0.1.0",
"version": "0.1.2",
"description": "DangerJS plugin to send report & message to Typetalk ",

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

@@ -7,3 +7,7 @@ danger-plugin-typetalk

| [![CircleCI](https://circleci.com/gh/is2ei/danger-plugin-typetalk.svg?style=svg)][circleci] | CircleCI Build Status |
| [![npm version](https://badge.fury.io/js/danger-plugin-typetalk.svg)][npm] | Latest version |
[circleci]: https://circleci.com/gh/is2ei/danger-plugin-typetalk
[npm]: https://badge.fury.io/js/danger-plugin-typetalk
## Usage