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

rest-client-sdk

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-client-sdk - npm Package Compare versions

Comparing version 2.0.1-rc.1 to 2.0.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 2.0.1
### Changed
* Better packaging system [#48](https://github.com/mapado/rest-client-js-sdk/pull/48)
## 2.0.0

@@ -7,0 +12,0 @@ ### Added

22

package.json
{
"name": "rest-client-sdk",
"version": "v2.0.1-rc.1",
"version": "v2.0.1",
"description": "Rest Client SDK for API",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"scripts": {

@@ -58,7 +55,3 @@ "clean": "rimraf dist",

},
"keywords": [
"Rest",
"SDK",
"API"
],
"keywords": ["Rest", "SDK", "API"],
"author": "Mapado",

@@ -80,12 +73,7 @@ "license": "MIT",

"lint-staged": {
"*.{js,jsx,json,md}": [
"prettier --write",
"git add"
]
"*.{js,jsx,json,md}": ["prettier --write", "git add"]
},
"jest": {
"setupFiles": [
"./setupJest.js"
]
"setupFiles": ["./setupJest.js"]
}
}
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