New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/types

Package Overview
Dependencies
Maintainers
8
Versions
32
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.1 to 0.0.2

dist/external/httpsnippet-lite.d.ts

6

CHANGELOG.md
# @scalar/types
## 0.0.2
### Patch Changes
- 910b1c2: Add build step for path resolution
## 0.0.1

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

29

package.json

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

],
"version": "0.0.1",
"version": "0.0.2",
"engines": {

@@ -26,7 +26,21 @@ "node": ">=18"

"exports": {
"./legacy": "./src/legacy/index.ts",
"./utils": "./src/utils/index.ts"
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./utils": {
"import": "./dist/utils/index.js",
"types": "./dist/utils/index.d.ts"
},
"./legacy": {
"import": "./dist/legacy/index.js",
"types": "./dist/legacy/index.d.ts"
},
"./external": {
"import": "./dist/external/index.js",
"types": "./dist/external/index.d.ts"
}
},
"files": [
"src",
"dist",
"CHANGELOG.md"

@@ -39,7 +53,12 @@ ],

},
"devDependencies": {
"@scalar/build-tooling": "0.1.10"
},
"scripts": {
"build": "scalar-build-rollup",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix",
"types:check": "tsc --noEmit --skipLibCheck --composite false"
"types:build": "scalar-types-build",
"types:check": "scalar-types-check"
}
}
src/external/httpsnippet-lite.ts
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