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

trembita

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trembita - npm Package Compare versions

Comparing version

to
1.0.9

.releaserc

13

package.json
{
"name": "trembita",
"version": "1.0.8",
"version": "1.0.9",
"private": false,

@@ -37,2 +37,3 @@ "description": "Request wrapper core for consuming third party services",

"devDependencies": {
"@jedmao/semantic-release-npm-github-config": "^1.0.6",
"@semantic-release/changelog": "3.0.4",

@@ -43,16 +44,16 @@ "@semantic-release/commit-analyzer": "6.3.0",

"@semantic-release/release-notes-generator": "7.3.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "10.0.2",
"chai": "4.2.0",
"coveralls": "3.0.6",
"eslint": "4.19.1",
"eslint": "6.2.0",
"eslint-config-goodparts": "0.0.1",
"eslint-config-warp": "2.1.1",
"generate-changelog": "1.8.0",
"goodparts": "^1.2.1",
"goodparts": "1.2.1",
"mocha": "6.2.0",
"nock": "10.0.6",
"nyc": "14.1.1",
"prettier": "^1.18.2",
"semantic-release": "15.13.19"
"prettier": "1.18.2",
"semantic-release": "^15.13.21"
}
}
# trembita-js
[![Build Status](https://travis-ci.com/oleg-koval/trembita.svg?branch=master)](https://travis-ci.com/oleg-koval/trembita)
[![Build Status](https://travis-ci.org/oleg-koval/trembita.svg?branch=master)](https://travis-ci.org/oleg-koval/trembita)
[![Coverage Status](https://coveralls.io/repos/github/oleg-koval/trembita/badge.svg?branch=master)](https://coveralls.io/github/oleg-koval/trembita?branch=master)

@@ -45,9 +45,9 @@ [![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts 'JavaScript The Good Parts')

Trembita is not supposed to be used directly, rather than to develop plugins.
Trembita is not supposed to be used directly, rather than to develop plugins/clients.
In order you can use a third party service by implementing your plugin, make
sure you fill the next requeriments:
sure you fill the next requirements:
- Extend Trembita module.
- Construct the plugin by implementing the properties inherited from trembita
- Construct the plugin by implementing the properties inherited from Trembita
module.

@@ -59,3 +59,3 @@ - Define the methods that contains the logic that expose third party library

```js
```javascript
const clientOptions = {

@@ -62,0 +62,0 @@ headers: {

Sorry, the diff of this file is not supported yet