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

@elevated-libs/cuss2

Package Overview
Dependencies
Maintainers
0
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevated-libs/cuss2 - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

dist/cuss2.d.ts

@@ -5,3 +5,3 @@ import { BehaviorSubject, Subject } from "rxjs";

import { ApplicationStateCodes } from '@elevated-libs/cuss2-typescript-models';
import { Announcement, BarcodeReader, Component, DocumentReader, Keypad, CardReader, BagTagPrinter, BoardingPassPrinter, FaceReader, Scale, Camera } from "./models/component.js";
import { Announcement, BarcodeReader, Component, DocumentReader, Keypad, CardReader, BagTagPrinter, BoardingPassPrinter, FaceReader, Scale, Camera, Headset } from "./models/component.js";
import { ApplicationActivation, ComponentList, DataRecordList, EnvironmentLevel, PlatformData, ApplicationStateCodes as AppState, ApplicationStateChangeReasonCodes as ChangeReason } from "@elevated-libs/cuss2-typescript-models";

@@ -135,2 +135,3 @@ export { ApplicationStateCodes, DataRecordList };

keypad?: Keypad;
headset?: Headset;
cardReader?: CardReader;

@@ -137,0 +138,0 @@ faceReader?: FaceReader;

{
"name": "@elevated-libs/cuss2",
"version": "2.2.0",
"version": "2.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -252,2 +252,3 @@

scale?: Scale;
headset?:Headset;
camera?: Camera;

@@ -254,0 +255,0 @@ activated: Subject<ApplicationActivation> = new Subject<ApplicationActivation>();

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