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

@channel.io/channel-web-sdk-loader

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@channel.io/channel-web-sdk-loader - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/index.cjs.js

20

package.json
{
"name": "@channel.io/channel-web-sdk-loader",
"version": "1.1.0",
"version": "1.1.1",
"description": "Channel Web SDK Loader for web",
"main": "dist/index.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "tsc -d",
"prepublishOnly": "npm run build",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json -d && mv dist/index.js dist/index.cjs.js",
"build:esm": "tsc -p tsconfig.esm.json && mv dist/index.js dist/index.esm.js",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -15,4 +26,3 @@ "commit": "git-cz",

"files": [
"dist",
"README.md"
"dist"
],

@@ -19,0 +29,0 @@ "repository": {

# channel-web-sdk-loader
![npm](https://img.shields.io/npm/v/%40channel.io%2Fchannel-web-sdk-loader)
![NPM](https://img.shields.io/npm/l/%40channel.io%2Fchannel-web-sdk-loader)
![npm](https://img.shields.io/npm/dm/%40channel.io/channel-web-sdk-loader)
[![npm](https://img.shields.io/npm/v/%40channel.io%2Fchannel-web-sdk-loader)](https://www.npmjs.com/package/@channel.io/channel-web-sdk-loader)
[![NPM](https://img.shields.io/npm/l/%40channel.io%2Fchannel-web-sdk-loader)](https://github.com/channel-io/channel-web-sdk-loader/blob/main/LICENSE)
[![npm](https://img.shields.io/npm/dm/%40channel.io/channel-web-sdk-loader)](https://www.npmjs.com/package/@channel.io/channel-web-sdk-loader)
[![minzip](https://img.shields.io/bundlephobia/minzip/@channel.io/channel-web-sdk-loader)](https://bundlephobia.com/result?p=@channel.io/channel-web-sdk-loader)
> The Official [Channel SDK](https://developers.channel.io/docs/sdk) Loader for Web

@@ -8,0 +10,0 @@

Sorry, the diff of this file is not supported yet

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