Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/types

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/types - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

8

CHANGELOG.md
# @scalar/types
## 0.0.14
### Patch Changes
- e911047: Add default exports
- Updated dependencies [e911047]
- @scalar/openapi-types@0.1.2
## 0.0.13

@@ -4,0 +12,0 @@

18

package.json

@@ -19,3 +19,3 @@ {

],
"version": "0.0.13",
"version": "0.0.14",
"engines": {

@@ -29,15 +29,19 @@ "node": ">=18"

"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./utils": {
"import": "./dist/utils/index.js",
"types": "./dist/utils/index.d.ts"
"types": "./dist/utils/index.d.ts",
"default": "./dist/utils/index.js"
},
"./legacy": {
"import": "./dist/legacy/index.js",
"types": "./dist/legacy/index.d.ts"
"types": "./dist/legacy/index.d.ts",
"default": "./dist/legacy/index.js"
},
"./external": {
"import": "./dist/external/index.js",
"types": "./dist/external/index.d.ts"
"types": "./dist/external/index.d.ts",
"default": "./dist/external/index.js"
}

@@ -51,6 +55,6 @@ },

"@unhead/schema": "^1.9.5",
"@scalar/openapi-types": "0.1.1"
"@scalar/openapi-types": "0.1.2"
},
"devDependencies": {
"@scalar/build-tooling": "0.1.10"
"@scalar/build-tooling": "0.1.11"
},

@@ -57,0 +61,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc