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

@wireapp/commons

Package Overview
Dependencies
Maintainers
6
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/commons - npm Package Compare versions

Comparing version 4.5.1 to 5.0.0

lib/config/CommonConfig.d.ts

39

package.json
{
"name": "@wireapp/commons",
"license": "GPL-3.0",
"description": "Collection of common components that are used across Wire web applications.",
"repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/commons",
"files": [
"lib"
],
"main": "lib/index",
"keywords": [
"commons",
"utils"
],
"dependencies": {

@@ -16,22 +28,9 @@ "ansi-regex": "5.0.1",

"jest": "^29.2.1",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
},
"description": "Collection of common components that are used across Wire web applications.",
"files": [
"src",
"!src/**/*.test.*",
"!src/**/!(*.d).ts"
],
"keywords": [
"commons",
"utils"
],
"license": "GPL-3.0",
"main": "src/main/index",
"name": "@wireapp/commons",
"repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/commons",
"scripts": {
"build": "tsc",
"clean": "rimraf \"src/!(test)/**/*.{js?(.map),d.ts}\"",
"dist": "yarn clean && yarn build",
"build": "yarn clean && tsc",
"clean": "rimraf lib",
"dist": "yarn build",
"test": "jest",

@@ -41,4 +40,4 @@ "test:coverage": "yarn test",

},
"version": "4.5.1",
"gitHead": "a2bf898ab96c982d0e503a2408b2a1a53c9bde3d"
"version": "5.0.0",
"gitHead": "2d645a80b9db0e9db3f735e6063d036433a41e36"
}
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