Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bcgov/carbone-render

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bcgov/carbone-render - npm Package Compare versions

Comparing version
1.0.2
to
2.0.0
+5
-5
package.json
{
"name": "@bcgov/carbone-render",
"version": "1.0.2",
"version": "2.0.0",
"description": "Async wrapper around Carbone render",

@@ -18,3 +18,3 @@ "main": "index.js",

},
"homepage": "https://bcgov.github.io/common-services-team-library",
"homepage": "https://bcgov.github.io/common-services-team-library/",
"contributors": [

@@ -35,6 +35,6 @@ {

"dependencies": {
"carbone": "^1.2.1",
"fs-extra": "^8.1.0",
"uuid": "^7.0.2"
"carbone": "^2.1.1",
"fs-extra": "^9.0.1",
"uuid": "^8.3.0"
}
}