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

@scalar/helpers

Package Overview
Dependencies
Maintainers
8
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/helpers - npm Package Compare versions

Comparing version
0.5.3
to
0.5.4
+10
dist/url/oas-document-fixtures.d.ts
/**
* Centralized URLs for example OpenAPI documents
*
* This makes it easy to switch if we ever want to switch to the registry for example
*/
export declare const PETSTORE_URL_2_0 = "https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-2.0.json";
export declare const PETSTORE_URL_3_0 = "https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-3.0.json";
export declare const PETSTORE_URL_3_1 = "https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-3.1.json";
export declare const STRIPE_URL_3_0 = "https://storage.googleapis.com/scalar-test-fixtures/oas/stripe.json";
//# sourceMappingURL=oas-document-fixtures.d.ts.map
{"version":3,"file":"oas-document-fixtures.d.ts","sourceRoot":"","sources":["../../src/url/oas-document-fixtures.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB,8EAA8E,CAAA;AAC3G,eAAO,MAAM,gBAAgB,8EAA8E,CAAA;AAC3G,eAAO,MAAM,gBAAgB,8EAA8E,CAAA;AAC3G,eAAO,MAAM,cAAc,wEAAwE,CAAA"}
/**
* Centralized URLs for example OpenAPI documents
*
* This makes it easy to switch if we ever want to switch to the registry for example
*/
export const PETSTORE_URL_2_0 = 'https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-2.0.json';
export const PETSTORE_URL_3_0 = 'https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-3.0.json';
export const PETSTORE_URL_3_1 = 'https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-3.1.json';
export const STRIPE_URL_3_0 = 'https://storage.googleapis.com/scalar-test-fixtures/oas/stripe.json';
+6
-0
# @scalar/helpers
## 0.5.4
### Patch Changes
- [#9043](https://github.com/scalar/scalar/pull/9043): chore: move test documents to cdn
## 0.5.3

@@ -4,0 +10,0 @@

+1
-1

@@ -17,3 +17,3 @@ {

],
"version": "0.5.3",
"version": "0.5.4",
"engines": {

@@ -20,0 +20,0 @@ "node": ">=22"