Socket
Socket
Sign inDemoInstall

@starbeam/verify

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starbeam/verify - npm Package Compare versions

Comparing version 0.8.10-unstable.9203102 to 0.8.10-unstable.0ad7df5

LICENSE.md

7

index.ts

@@ -1,6 +0,3 @@

import {
verified as verifiedDev,
verify as verifyDev,
type VerifyFn,
} from "./src/verify.js";
import type { VerifyFn } from "./src/verify.js";
import { verified as verifiedDev, verify as verifyDev } from "./src/verify.js";

@@ -7,0 +4,0 @@ export {

{
"name": "@starbeam/verify",
"version": "0.8.10-unstable.9203102",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"version": "0.8.10-unstable.0ad7df5",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"exports": {
"default": "./index.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts"
"starbeam": {
"type": "library:public"
},
"starbeam:type": "library:public",
"scripts": {
"test:lint": "eslint \"index.ts\" \"src/**/*.ts\"",
"test:specs": "vitest --run",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "0.8.10-unstable.9203102"
"@starbeam/core-utils": "0.8.10-unstable.0ad7df5"
},
"devDependencies": {
"@starbeam-dev/build-support": "workspace:*",
"rollup": "^3.20.6"
"@starbeam-dev/compile": "^1.0.2",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b"
}
}
}
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