@formkit/observer
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.4
{ | ||
"name": "@formkit/observer", | ||
"repository": "https://github.com/formkit/formkit", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.4", | ||
"type": "module", | ||
"description": "Utility to wrap a FormKitNode in a dependency tracking observer proxy", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./*": "./dist/*" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"forms", | ||
"inputs", | ||
"validation" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/formkit/formkit.git", | ||
"directory": "packages/observer" | ||
}, | ||
"contributors": [ | ||
@@ -16,8 +35,7 @@ "Justin Schroeder <justin@formkit.com>" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"@formkit/core": "1.0.0-beta.2", | ||
"@formkit/utils": "1.0.0-beta.2" | ||
"@formkit/core": "1.0.0-beta.4", | ||
"@formkit/utils": "1.0.0-beta.4" | ||
}, | ||
"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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19108
0
1
+ Added@formkit/core@1.0.0-beta.4(transitive)
+ Added@formkit/utils@1.0.0-beta.4(transitive)
- Removed@formkit/core@1.0.0-beta.2(transitive)
- Removed@formkit/utils@1.0.0-beta.2(transitive)
Updated@formkit/core@1.0.0-beta.4
Updated@formkit/utils@1.0.0-beta.4