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.10.0 to 1.11.0

11

CHANGELOG.md

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

# [1.11.0](https://github.com/adaptable/io/compare/v1.10.0...v1.11.0) (2022-09-20)
### Features
* **web:** Add Flask error tip about running the dev server ([75e95eb](https://github.com/adaptable/io/commit/75e95eb57fe8e658ca05d08208d069bb71b78105))
# [1.10.0](https://github.com/adaptable/io/compare/v1.9.0...v1.10.0) (2022-09-19)

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

1

dist/index.d.ts

@@ -5,3 +5,4 @@ export * from "./certs";

export * from "./service";
export * from "./templates";
export * from "./types";
//# sourceMappingURL=index.d.ts.map

@@ -17,2 +17,3 @@ "use strict";

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

2

dist/templates.d.ts

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

export declare const defaultTemplateUrl = "https://github.com/adaptable/feathers-template#python";
export declare const defaultTemplateUrl = "https://github.com/adaptable/feathers-template#v4";
export declare const feathersTemplateId = "73614c20-951f-4ca4-9c20-93a3dbeaee8e";

@@ -3,0 +3,0 @@ export interface TemplateErrorHelp {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fetchTemplate = exports.templates = exports.feathersTemplateId = exports.defaultTemplateUrl = void 0;
// TODO: USE DEFAULT TEMPLATE BRANCH BEFORE PR
exports.defaultTemplateUrl = "https://github.com/adaptable/feathers-template#python";
exports.defaultTemplateUrl = "https://github.com/adaptable/feathers-template#v4";
exports.feathersTemplateId = "73614c20-951f-4ca4-9c20-93a3dbeaee8e";

@@ -7,0 +6,0 @@ exports.templates = [

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

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

},
"gitHead": "a53fe1350faafde9157fcf8791747784413de974"
"gitHead": "44f2daa5c0523a0ce47f93d2d12a0f7010d50afd"
}

Sorry, the diff of this file is not supported yet

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