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.7.0 to 1.10.0

dist/schema.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.10.0](https://github.com/adaptable/io/compare/v1.9.0...v1.10.0) (2022-09-19)
### Features
* **web:** Allow tags in template config JSON schema ([758e5d9](https://github.com/adaptable/io/commit/758e5d9296e2dcc9c40448013d767e4105ef4911))
# [1.7.0](https://github.com/adaptable/io/compare/v1.6.0...v1.7.0) (2022-08-18)

@@ -8,0 +19,0 @@

1

dist/index.d.ts
export * from "./certs";
export * from "./env";
export * from "./schema";
export * from "./service";
export * from "./types";
//# sourceMappingURL=index.d.ts.map

@@ -15,3 +15,4 @@ "use strict";

__exportStar(require("./env"), exports);
__exportStar(require("./schema"), exports);
__exportStar(require("./service"), exports);
__exportStar(require("./types"), exports);

7

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

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

"dependencies": {
"@feathersjs/feathers": "^4.5.1"
"@feathersjs/feathers": "^4.5.1",
"ajv": "^7.0.3"
},

@@ -45,3 +46,3 @@ "devDependencies": {

},
"gitHead": "2880f93db379c344e70bb926b753b9018ac0cc62"
"gitHead": "a53fe1350faafde9157fcf8791747784413de974"
}

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