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

@scalar/client-side-rendering

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/client-side-rendering - npm Package Compare versions

Comparing version
0.1.7
to
0.1.9
+12
-0
CHANGELOG.md
# @scalar/client-side-rendering
## 0.1.9
### Patch Changes
- [#9211](https://github.com/scalar/scalar/pull/9211): chore: use the new schemas from the new package
## 0.1.8
### Patch Changes
- [#8844](https://github.com/scalar/scalar/pull/8844): chore: use the new schemas from the new package
## 0.1.7

@@ -4,0 +16,0 @@

+1
-1

@@ -1,2 +0,2 @@

export { getConfiguration, getScriptTags, renderApiReference, type AnyApiReferenceConfiguration, type HtmlRenderingConfiguration, } from './html-rendering.js';
export { type AnyApiReferenceConfiguration, type HtmlRenderingConfiguration, getConfiguration, getScriptTags, renderApiReference, } from './html-rendering.js';
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,GAChC,MAAM,kBAAkB,CAAA"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,gBAAgB,EAChB,aAAa,EACb,kBAAkB,GACnB,MAAM,kBAAkB,CAAA"}

@@ -14,3 +14,3 @@ {

"keywords": [],
"version": "0.1.7",
"version": "0.1.9",
"engines": {

@@ -32,3 +32,5 @@ "node": ">=22"

"dependencies": {
"@scalar/types": "0.9.6"
"@scalar/types": "0.11.0",
"@scalar/validation": "0.5.0",
"@scalar/schemas": "0.2.0"
},

@@ -35,0 +37,0 @@ "devDependencies": {