@glimmer/util
Advanced tools
Comparing version 0.84.3 to 0.85.2
{ | ||
"name": "@glimmer/util", | ||
"version": "0.84.3", | ||
"version": "0.85.2", | ||
"description": "Common utilities used in Glimmer", | ||
@@ -9,14 +9,24 @@ "repository": "https://github.com/tildeio/glimmer/tree/master/packages/@glimmer/util", | ||
"@glimmer/env": "0.1.7", | ||
"@glimmer/interfaces": "0.84.3", | ||
"@simple-dom/interface": "^1.4.0" | ||
"@glimmer/interfaces": "^0.85.2" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/local-debug-flags": "0.84.3", | ||
"@types/qunit": "^2.9.0", | ||
"@simple-dom/interface": "^1.4.0" | ||
"@types/qunit": "^2.19.7", | ||
"@glimmer/local-debug-flags": "^0.85.2", | ||
"@glimmer-workspace/build-support": "^1.0.0" | ||
}, | ||
"typings": "dist/types/index.d.ts", | ||
"main": "dist/commonjs/es2017/index.js", | ||
"jsnext:main": "dist/modules/es5/index.js", | ||
"module": "dist/modules/es2017/index.js" | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test:lint": "eslint .", | ||
"test:types": "tsc --noEmit -p ../tsconfig.json", | ||
"build": "rollup -c rollup.config.mjs" | ||
}, | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
2
212290
30
2306
2
+ Added@glimmer/interfaces@0.85.13(transitive)
- Removed@simple-dom/interface@^1.4.0
- Removed@glimmer/interfaces@0.84.3(transitive)
Updated@glimmer/interfaces@^0.85.2