Comparing version 2.2.8 to 2.3.0-next.0
{ | ||
"name": "lit", | ||
"version": "2.2.8", | ||
"version": "2.3.0-next.0", | ||
"publishConfig": { | ||
@@ -146,3 +146,4 @@ "access": "public" | ||
"test:dev": "wireit", | ||
"test:prod": "wireit" | ||
"test:prod": "wireit", | ||
"test:node": "wireit" | ||
}, | ||
@@ -237,3 +238,4 @@ "wireit": { | ||
"test:dev", | ||
"test:prod" | ||
"test:prod", | ||
"test:node" | ||
] | ||
@@ -263,2 +265,11 @@ }, | ||
"output": [] | ||
}, | ||
"test:node": { | ||
"command": "node development/test/node-imports.js", | ||
"dependencies": [ | ||
"build:ts", | ||
"build:rollup" | ||
], | ||
"files": [], | ||
"output": [] | ||
} | ||
@@ -282,5 +293,5 @@ }, | ||
"dependencies": { | ||
"@lit/reactive-element": "^1.3.0", | ||
"lit-element": "^3.2.0", | ||
"lit-html": "^2.2.0" | ||
"@lit/reactive-element": "^1.4.0-next.0", | ||
"lit-element": "^3.2.3-next.0", | ||
"lit-html": "^2.3.0-next.0" | ||
}, | ||
@@ -287,0 +298,0 @@ "devDependencies": { |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
13252
4
0
1
3
Updatedlit-element@^3.2.3-next.0
Updatedlit-html@^2.3.0-next.0