@wireapp/commons
Advanced tools
Comparing version 4.5.1 to 5.0.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108225
9
48
1287
1