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
2
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 1.13.0 to 1.13.1

API.md

12

CHANGELOG.md

@@ -0,1 +1,13 @@

<a name="1.13.1"></a>
## [1.13.1](https://github.com/sencrop/sencrop-js-api-client/compare/v1.13.0...v1.13.1) (2018-10-01)
### Bug Fixes
* **babel:** fix main file ([5effd91](https://github.com/sencrop/sencrop-js-api-client/commit/5effd91))
* **CI:** Fix the build by fixing the Metapak CI warning ([6ff46ec](https://github.com/sencrop/sencrop-js-api-client/commit/6ff46ec))
* **CI:** Setup the right NodeJS version ([1e85b08](https://github.com/sencrop/sencrop-js-api-client/commit/1e85b08))
<a name="1.13.0"></a>

@@ -2,0 +14,0 @@ # [1.13.0](https://github.com/sencrop/sencrop-js-api-client/compare/v1.12.0...v1.13.0) (2018-09-28)

15

package.json
{
"name": "sencrop-js-api-client",
"version": "1.13.0",
"version": "1.13.1",
"description": "The Sencrop JavaScript API client",
"main": "dist/src/index.js",
"main": "dist/index.js",
"metapak": {

@@ -20,4 +20,3 @@ "configs": [

"ignore": [
"dist",
"API.md"
"dist"
]

@@ -88,3 +87,3 @@ }

"metapak": "1.0.3",
"metapak-sencrop": "6.2.0",
"metapak-sencrop": "6.3.2",
"nock": "^10.0.0",

@@ -150,4 +149,8 @@ "prettier": "^1.14.3",

],
"testEnvironment": "node"
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
}
}
.circleci/config.yml

Sorry, the diff of this file is not supported yet

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