@lumino/properties
Advanced tools
Comparing version 1.1.6 to 1.2.0-alpha.0
{ | ||
"name": "@lumino/properties", | ||
"version": "1.1.6", | ||
"version": "1.2.0-alpha.0", | ||
"description": "Lumino Attached Properties", | ||
@@ -22,15 +22,17 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
"files": [ | ||
"lib/*.d.ts", | ||
"lib/*.js" | ||
"dist/*", | ||
"src/*", | ||
"types/*" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib/" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.es6", | ||
"unpkg": "dist/index.min.js", | ||
"jsdelivr": "dist/index.min.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"api": "api-extractor run --local --verbose", | ||
"build": "tsc --build", | ||
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", | ||
"build": "tsc --build && rollup -c", | ||
"build:test": "tsc --build tests && cd tests && webpack", | ||
"clean": "rimraf lib && rimraf *.tsbuildinfo", | ||
"clean": "rimraf ./lib && rimraf *.tsbuildinfo && rimraf ./types && rimraf ./dist", | ||
"clean:test": "rimraf tests/build", | ||
@@ -57,2 +59,8 @@ "docs": "typedoc --options tdoptions.json src", | ||
"rimraf": "^2.5.2", | ||
"rollup": "^1.29.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-postcss": "^2.0.3", | ||
"rollup-plugin-sourcemaps": "^0.5.0", | ||
"terser": "^4.6.2", | ||
"tslib": "1.10.0", | ||
"typedoc": "~0.15.0", | ||
@@ -66,3 +74,3 @@ "typescript": "~3.6.4", | ||
}, | ||
"gitHead": "df307f6f511ad7f56dd930773f31628e53b0c148" | ||
"gitHead": "681770da8b9d2f6ba4b86c51d7af18c4c6ebb8d0" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
68927
11
803
22
1
1