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

@wazo/euc-plugins-sdk

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wazo/euc-plugins-sdk - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

11

package.json
{
"name": "@wazo/euc-plugins-sdk",
"version": "0.0.18",
"version": "0.0.19",
"description": "Wazo's Unified Enterprise Communication JavaScript Software Development Kit.",

@@ -36,12 +36,13 @@ "author": "Wazo (http://wazo.io)",

"import": {
"types": "./lib/esm/types/types.d.ts",
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/index.js"
},
"require": {
"types": "./lib/cjs/types/types.d.ts",
"types": "./lib/cjs/types/index.d.ts",
"default": "./lib/cjs/index.js"
}
}
},
"./types": "./lib/cjs/types/types.d.ts"
},
"types": "./lib/cjs/types/types.d.ts",
"types": "./lib/cjs/types/index.d.ts",
"main": "./lib/cjs/index.js",

@@ -48,0 +49,0 @@ "module": "lib/esm/index.js",

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