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

sencrop-js-api-client

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sencrop-js-api-client - npm Package Compare versions

Comparing version 2.19.0 to 2.20.0

63

.github/ISSUE_TEMPLATE.md

@@ -1,28 +0,3 @@

<!--
# This file is automatically generated by a
# `metapak` module. Do NOT change it in
# place, your changes would be overriden.
-->
## Issue
<!--
Thanks for reporting an issue.
Before doing so, there are a few checks to do in
order to optimize its resolution. Just fill in the
following template.
Beware that you also can create a pull request
if you know how to solve the issue.
Finally scroll down if you are asking for a feature ;)
-->
I'm a gentledev i:
- [ ] fully read the README recently
- [ ] searched for existing issues
- [ ] checked I'm up to date with the latest version of the project
### Expected behavior

@@ -33,39 +8,1 @@

### Steps to reproduce the behavior
### Debugging informations
- `node -v` result:
```
<paste here>
```
- `npm -v` result:
```
<paste here>
```
If the result is lower than 10.15.0, there is
poor chances we even have a look to it. Please,
use the last [NodeJS LTS version](https://nodejs.org/en/).
## Feature request
<!--
If you think a feature need to be added,
your suggestions are welcome. Beware
though that:
- we try to keep things simple so please
ensure the requested feature is really
related to this project. If not, you may
instead create a module that augment/work
with this one,
- prioritization is the key to success so
keep calm and be aware that your request
may stay incomplete for ever. Nothing
impeach you to implement the feature
and get it merged though.
-->
### Feature description
### Use cases
- [ ] I will/have implement the feature

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [2.20.0](https://github.com/sencrop/sencrop-js-api-client/compare/v2.19.0...v2.20.0) (2021-03-02)
### Bug Fixes
* **deps:** bump deps and nodejs ([c65d1b7](https://github.com/sencrop/sencrop-js-api-client/commit/c65d1b72ad9d786c966bfca219c293bdc1b43989))
### Features
* **endpoints:** update api ([de67180](https://github.com/sencrop/sencrop-js-api-client/commit/de6718015a93f48be6d348324e7d82844af93885))
# [2.19.0](https://github.com/sencrop/sencrop-js-api-client/compare/v2.18.0...v2.19.0) (2021-02-18)

@@ -2,0 +16,0 @@

33

package.json
{
"name": "sencrop-js-api-client",
"version": "2.19.0",
"version": "2.20.0",
"description": "The Sencrop JavaScript API client",

@@ -43,2 +43,3 @@ "main": "dist/index.js",

"prettier": "prettier --write 'src/**/*.js' bin/*.js test/*.js",
"preversion": "npm run lint && npm run metapak -- -s && npm t",
"test": "npm run compile && npm run jest && karma start karma.conf.js",

@@ -70,3 +71,3 @@ "version": "npm run changelog && npm run build && npm run compile && git add src/index.js"

"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",

@@ -78,17 +79,17 @@ "@semantic-release/commit-analyzer": "^8.0.1",

"@semantic-release/release-notes-generator": "^9.0.1",
"@sencrop/openapi-js-sdk-builder": "^1.1.6",
"axios-mock-adapter": "^1.17.0",
"@sencrop/openapi-js-sdk-builder": "^1.1.7",
"axios-mock-adapter": "^1.19.0",
"babel-core": "^7.0.0-0",
"browserify": "^16.2.3",
"conventional-changelog-cli": "^2.1.1",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.3.0",
"conventional-changelog-cli": "^2.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.5",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^4.3.0",
"inquirer": "^6.2.0",
"jasmine-core": "^3.5.0",
"jest": "^26.6.3",
"jsarch": "^2.0.3",
"jest": "^24.9.0",
"jsarch": "^3.0.0",
"jsdoc-to-markdown": "^5.0.0",

@@ -99,7 +100,7 @@ "karma": "^5.2.3",

"karma-jasmine": "^4.0.1",
"lint-staged": "^9.2.5",
"metapak": "^3.1.6",
"metapak-sencrop": "7.5.0",
"lint-staged": "^9.4.2",
"metapak": "^3.1.10",
"metapak-sencrop": "7.12.0",
"nock": "^10.0.6",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"puppeteer": "^2.0.0",

@@ -110,3 +111,3 @@ "semantic-release": "^17.3.1",

"engines": {
"node": ">=10.15.0"
"node": ">=14.16.0"
},

@@ -113,0 +114,0 @@ "config": {},

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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