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

@observertc/sample-schemas-js

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@observertc/sample-schemas-js - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

dist/index.d.ts
export * from "./samples/Samples";
export * as W3CStats from "./w3c/W3cStatsIdentifiers";
export declare const version = "2.2.1";
export declare const version = "2.2.2";
//# sourceMappingURL=index.d.ts.map

@@ -32,2 +32,2 @@ "use strict";

exports.W3CStats = __importStar(require("./w3c/W3cStatsIdentifiers"));
exports.version = "2.2.1";
exports.version = "2.2.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.schemaVersion = void 0;
exports.schemaVersion = "2.2.1";
exports.schemaVersion = "2.2.2";
{
"name": "@observertc/sample-schemas-js",
"version": "2.2.1",
"version": "2.2.2",
"description": "ObserveRTC Generated Library for Sample Schemas",

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

@@ -748,2 +748,10 @@ ObserveRTC Schemas

## Changelog
## 2.2.2
* Bugfix for Decoder library decoding IceCandidatePairs
* remove `schemaVersion` from Reports
## 2.2.1
* Encoder and Decoder libraries are added
* added `schemaVersion` to each generated Samples anre Reports
## 2.2.0

@@ -750,0 +758,0 @@

export * from "./samples/Samples";
export * as W3CStats from "./w3c/W3cStatsIdentifiers";
export const version = "2.2.1";
export const version = "2.2.2";
export const schemaVersion = "2.2.1";
export const schemaVersion = "2.2.2";

@@ -4,0 +4,0 @@ /**

Sorry, the diff of this file is too big to display

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