New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tv2media/shared-lib

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tv2media/shared-lib - npm Package Compare versions

Comparing version 46.0.0 to 46.1.0

0

dist/core/constants.d.ts

@@ -0,0 +0,0 @@ /** How many parts lookahead will search through when no other value is specified */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ProtectedString } from '../../lib/protectedString';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Ids.js.map

@@ -0,0 +0,0 @@ import { PackageInfo } from '../../package-manager/packageInfo';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Time } from '../../lib/lib';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=MediaWorkFlows.js.map

@@ -0,0 +0,0 @@ import { WorkStepStatus } from '../../peripheralDevice/mediaManager';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=MediaWorkFlowSteps.js.map

@@ -0,0 +0,0 @@ import { PeripheralDeviceId, StudioId } from './Ids';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=peripheralDevice.js.map
// No exports here, import directly instead:
// import * from '@sofie-automation/shared-lib/dist/lib/lib'
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ export declare type Time = number;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { PartialDeep, ReadonlyDeep } from 'type-fest';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum StatusCode {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare namespace PackageInfo {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type IngestPlaylist = any;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ingest.js.map

@@ -0,0 +0,0 @@ import { MediaWorkFlowId, MediaWorkFlowStepId } from '../core/model/Ids';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ExpectedPackageId, ExpectedPackageWorkStatusId, MediaWorkFlowId, MediaWorkFlowStepId, PeripheralDeviceId, TimelineHash } from '../core/model/Ids';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type IMOSItem = any;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DeviceConfigManifest } from '../core/deviceConfigManifest';

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "@tv2media/shared-lib",
"version": "46.0.0",
"version": "46.1.0",
"private": false,

@@ -11,9 +11,9 @@ "description": "Library for types & values shared by core, workers and gateways",

"type": "git",
"url": "git+https://github.com/nrkno/tv-automation-server-core.git",
"url": "git+https://github.com/tv2/tv-automation-server-core.git",
"directory": "packages/sharelib"
},
"bugs": {
"url": "https://github.com/nrkno/tv-automation-server-core/issues"
"url": "https://github.com/tv2/tv-automation-server-core/issues"
},
"homepage": "https://github.com/nrkno/tv-automation-server-core/blob/master/packages/sharelib#readme",
"homepage": "https://github.com/tv2/tv-automation-server-core/blob/master/packages/shared-lib#readme",
"scripts": {

@@ -20,0 +20,0 @@ "build": "rimraf dist && yarn build:main",

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