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

@daily-co/daily-js

Package Overview
Dependencies
Maintainers
10
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daily-co/daily-js - npm Package Compare versions

Comparing version 0.9.994 to 0.9.995

1

index.d.ts

@@ -410,2 +410,3 @@ // Type definitions for daily-js

supportedBrowser(): DailyBrowserInfo;
version(): string;
}

@@ -412,0 +413,0 @@

2

package.json
{
"name": "@daily-co/daily-js",
"version": "0.9.994",
"version": "0.9.995",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=10.0.0"

@@ -6,2 +6,3 @@ import replace from '@rollup/plugin-replace';

import { terser } from 'rollup-plugin-terser';
import { version } from './package-lock.json';

@@ -20,2 +21,3 @@ const production = process.env.NODE_ENV || 'production';

'process.env.NODE_ENV': JSON.stringify(production),
__dailyJsVersion__: JSON.stringify(version),
}),

@@ -22,0 +24,0 @@ babel({

@@ -84,2 +84,3 @@ //

export const DAILY_METHOD_CYCLE_MIC = 'cycle-mic';
export const DAILY_METHOD_GET_CAMERA_FACING_MODE = 'get-camera-facing-mode';
export const DAILY_METHOD_APP_MSG = 'app-msg';

@@ -86,0 +87,0 @@ export const DAILY_METHOD_ADD_FAKE_PARTICIPANT = 'add-fake-participant';

@@ -5,2 +5,3 @@ // todo: add debug target

const webpack = require('webpack');
const version = require('./package-lock.json').version;
const mode = process.env.NODE_ENV || 'production';

@@ -24,2 +25,3 @@

},
__dailyJsVersion__: JSON.stringify(version),
}),

@@ -26,0 +28,0 @@ ],

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

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

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