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

six-sdk

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

six-sdk - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

package-lock.json

3

CHANGELOG.md

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

## [1.0.8]
- ES6 Promise polyfill updated
## [1.0.7]

@@ -9,0 +12,0 @@ - Subscribe has been extended to support POST requests

6

lib/meta-version.js

@@ -7,8 +7,8 @@ "use strict";

exports.default = {
"version": "1.0.7",
"version": "1.0.8",
"git": {
"short": "4cb118d",
"long": "4cb118dc82e3706c3d41e602e59af7f6680da78c",
"short": "57f9e86",
"long": "57f9e86d8323fa1c63f4c4bbf5179572c049eb5d",
"branch": "master"
}
};
'use strict';
require('es6-promise');
require('es6-promise/auto');

@@ -5,0 +5,0 @@ // String polyfills

{
"name": "six-sdk",
"version": "1.0.7",
"version": "1.0.8",
"description": "SIX Javascript SDK",

@@ -62,4 +62,4 @@ "main": "lib",

"babel-plugin-transform-object-assign": "^6.5.0",
"es6-promise": "^3.1.2"
"es6-promise": "^4.1.1"
}
}

Sorry, the diff of this file is not supported yet

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