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.11.0 to 1.14.0

6

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -137,8 +137,20 @@ export declare const defaultTemplateUrl = "https://github.com/adaptable/feathers-template#v4";

}[];
logsMatch?: undefined;
} | {
resource: string;
messageMatches: string;
logsMatch: string;
tipText: string;
tipDocs: {
linkText: string;
url: string;
}[];
logsNoMatch?: undefined;
} | {
resource: string;
messageMatches: string;
tipText: string;
logsNoMatch?: undefined;
tipDocs?: undefined;
logsMatch?: undefined;
})[];

@@ -145,0 +157,0 @@ } | {

@@ -83,2 +83,14 @@ "use strict";

}, {
resource: "container",
messageMatches: "failed to start and listen on the port",
logsMatch: "Error: Cannot find module '/workspace.*main'",
tipText: `
Your "start" script in package.json may have an incorrect path to your project's "main" file.
To fix this, see the Note about finding the correct path to "main" in the [NestJS app guide](/docs/app-guides/deploy-nestjs-app#change-your-start-script-to-production).
`,
tipDocs: [{
linkText: "Setting NestJS start script",
url: "/docs/app-guides/deploy-nestjs-app#change-your-start-script-to-production",
}],
}, {
resource: "build",

@@ -85,0 +97,0 @@ messageMatches: "failed",

2

dist/types.d.ts

@@ -8,3 +8,3 @@ /**

*/
export declare function nullToUndefined<T>(x: T): T | undefined;
export declare function nullToUndefined<T>(x: T): (T & {}) | undefined;
//# sourceMappingURL=types.d.ts.map
{
"name": "@adaptable/utils",
"version": "1.11.0",
"version": "1.14.0",
"description": "Common utilities for Adaptable.io",

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

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

@@ -36,3 +36,3 @@ },

"ts-jest": "26.1.4",
"typescript": "^4.5.4"
"typescript": "4.5.x"
},

@@ -47,3 +47,3 @@ "jest-junit": {

},
"gitHead": "44f2daa5c0523a0ce47f93d2d12a0f7010d50afd"
"gitHead": "5ba595619507c2a4f9bb20a2ed2eb7a34fb7d31b"
}

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