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

@contrail/entity-types

Package Overview
Dependencies
Maintainers
9
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/entity-types - npm Package Compare versions

Comparing version 1.1.13 to 1.1.14

1

lib/app-version.d.ts

@@ -49,2 +49,3 @@ import { BaseManagedEntity } from "./base-managed-entity";

label: string;
link: string;
img?: string;

@@ -51,0 +52,0 @@ extraAttributes: ExternalLinkExtraAttribute[];

21

package.json
{
"name": "@contrail/entity-types",
"version": "1.1.13",
"version": "1.1.14",
"description": "A types library for Vibeiq entities.",

@@ -10,4 +10,3 @@ "main": "lib/index.js",

"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "jest"
"lint": "tslint -p tsconfig.json"
},

@@ -22,21 +21,5 @@ "keywords": [

"@types/node": "^18.15.11",
"jest": "^23.6.0",
"js-yaml": "^4.1.0",
"ts-jest": "^23.10.5",
"typescript": "^4.0.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
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