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

@starbeam/verify

Package Overview
Dependencies
Maintainers
3
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.c41f68b to 0.8.10-unstable.d342d90

dist/index.development.js

143

CHANGELOG.md

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

# @starbeam/verify
# Changelog
## 0.8.9
### Patch Changes
- e459bf2: Fix CJS builds
- Updated dependencies [e459bf2]
- @starbeam/core-utils@0.8.9
## 0.8.8
### Patch Changes
- 2a1f728: Improve @starbeam/react
- Updated dependencies [2a1f728]
- @starbeam/core-utils@0.8.8
## 0.8.7
### Patch Changes
- 14f961b: Fixes #75
- Updated dependencies [14f961b]
- @starbeam/core-utils@0.8.7
## 0.8.7
### Patch Changes
- ded6421: Add /setup to preact
- Updated dependencies [ded6421]
- @starbeam/core-utils@0.8.7
## 0.8.6
### Patch Changes
- 6502cc7: Remove errant import
- Updated dependencies [6502cc7]
- @starbeam/core-utils@0.8.6
## 0.8.5
### Patch Changes
- de755c6: Improve type inference
- Updated dependencies [de755c6]
- @starbeam/core-utils@0.8.5
## 0.8.4
### Patch Changes
- 3bf1221: Prepare for Starbeam 0.8.4
- Updated dependencies [3bf1221]
- @starbeam/core-utils@0.8.4
## 0.8.0
### Minor Changes
- 1a553c5: Prepare for 0.8
### Patch Changes
- Updated dependencies [1a553c5]
- @starbeam/core-utils@0.8.0
## 0.7.3
### Patch Changes
- 40844fd: Try to fix the build
## 0.7.2
### Patch Changes
- 50f7a8f: Publish @domtree
## 0.7.0
### Minor Changes
- 58f7974: Starbeam 0.7.0
- Significant improvements to debugging infrastructure
## 0.6.0
### Minor Changes
- Prepare 0.6.0
## 0.5.8
### Patch Changes
- Prepare 0.5.8
## 0.5.7
### Patch Changes
- Fix a bug in the transition from uninitialized to initialized reactive Map
## 0.5.6
### Patch Changes
- Fix ESM package mistakes
## 0.5.5
### Patch Changes
- Another attempt to get the build right
## 0.5.4
### Patch Changes
- The 0.5.3 release was missing dists
## 0.5.3
### Patch Changes
- d21391d: Update resources to support React's three-phase lifecycle
## 0.5.2
### Patch Changes
- 719a6fe: Updated package export maps
## 0.5.1
### Patch Changes
- 2a957e5: Try to fix types
- e03c2a0: Initial publish

@@ -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.c41f68b",
"type": "module",
"main": "index.ts",
"types": "index.ts",
"version": "0.8.10-unstable.d342d90",
"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"
},
"dependencies": {
"@starbeam/core-utils": "0.8.10-unstable.d342d90"
},
"devDependencies": {
"@starbeam-dev/compile": "^1.1.0",
"@starbeam-dev/eslint-plugin": "^1.0.4",
"rollup": "^4.0.2"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "rollup -c",
"test:lint": "eslint . --max-warnings 0",
"test:specs": "vitest --run",
"test:specs": "vitest --run --pool forks",
"test:types": "tsc -b"
},
"dependencies": {
"@starbeam/core-utils": "0.8.10-unstable.c41f68b"
},
"devDependencies": {
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:^",
"rollup": "^3.29.2"
}
}
}
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