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

@adaptable/utils

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adaptable/utils - npm Package Compare versions

Comparing version 1.5.0 to 1.7.0

dist/certs.d.ts

12

CHANGELOG.md

@@ -6,4 +6,16 @@ # Change Log

# [1.7.0](https://github.com/adaptable/io/compare/v1.6.0...v1.7.0) (2022-08-18)
### Features
* Add TLS verify to Postgres URL query params ([1f882ad](https://github.com/adaptable/io/commit/1f882adc83c0986036f64402fc3a9c9a8c24fd81))
* **web:** Add Postgres root cert for download via UI ([deeadc2](https://github.com/adaptable/io/commit/deeadc207506ffe4fa7844def00932edf97feb29))
# [1.5.0](https://github.com/adaptable/io/compare/v1.4.0...v1.5.0) (2022-06-17)
**Note:** Version bump only for package @adaptable/utils

1

dist/index.d.ts

@@ -0,1 +1,2 @@

export * from "./certs";
export * from "./env";

@@ -2,0 +3,0 @@ export * from "./service";

@@ -13,4 +13,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./certs"), exports);
__exportStar(require("./env"), exports);
__exportStar(require("./service"), exports);
__exportStar(require("./types"), exports);

4

package.json
{
"name": "@adaptable/utils",
"version": "1.5.0",
"version": "1.7.0",
"description": "Common utilities for Adaptable.io",

@@ -44,3 +44,3 @@ "homepage": "https://adaptable.io",

},
"gitHead": "c31d6bae10ea1a7dd93cea4bec01da6abd20c7c7"
"gitHead": "2880f93db379c344e70bb926b753b9018ac0cc62"
}

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