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

@hexonet/ispapi-apiconnector

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexonet/ispapi-apiconnector - npm Package Compare versions

Comparing version 4.3.8 to 4.3.9

6

HISTORY.md

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

#### [v4.3.9](https://github.com/hexonet/node-sdk/compare/v4.3.8...v4.3.9)
> 2 July 2018
- Review version scripts to simplify and improve CI [`2e13c83`](https://github.com/hexonet/node-sdk/commit/2e13c831694a61ca03447b017a981ddfae2affd7)
#### [v4.3.8](https://github.com/hexonet/node-sdk/compare/v4.3.7...v4.3.8)

@@ -9,0 +15,0 @@

5

package.json
{
"name": "@hexonet/ispapi-apiconnector",
"description": "Node.js SDK for the insanely fast HEXONET API",
"version": "4.3.8",
"version": "4.3.9",
"private": false,

@@ -52,4 +52,5 @@ "author": {

"scripts": {
"publish": "git push && git push --tags",
"preversion": "git fetch origin --prune && git checkout master && git pull && npm test",
"version": "auto-changelog --commit-limit false --package --output HISTORY.md; git add HISTORY.md",
"postversion": "git push && git push --tags",
"test": "npm run test-NODE --silent",

@@ -56,0 +57,0 @@ "test-NODE": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')"

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