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

@blockprotocol/core

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockprotocol/core - npm Package Compare versions

Comparing version 0.1.3-canary-20230413145831 to 0.1.3-canary-20240304142521

dist/core-block-handler.d.ts

26

package.json
{
"name": "@blockprotocol/core",
"version": "0.1.3-canary-20230413145831",
"version": "0.1.3-canary-20240304142521",
"description": "Implementation of the Block Protocol Core specification for blocks and embedding applications",

@@ -25,23 +25,13 @@ "keywords": [

"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./react": {
"import": "./dist/esm/react.js",
"require": "./dist/cjs/react.js",
"default": "./dist/esm/react.js"
}
".": "./dist/index.js",
"./react": "./dist/react.js"
},
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/esm/index.d.ts"
"./dist/index.d.ts"
],
"react": [
"./dist/esm/react.d.ts"
"./dist/react.d.ts"
]

@@ -54,5 +44,3 @@ }

"scripts": {
"build": "yarn clean && yarn build:cjs && yarn build:esm",
"build:cjs": "tsc --skipLibCheck --project tsconfig.build.cjs.json",
"build:esm": "tsc --skipLibCheck --project tsconfig.build.esm.json",
"build": "yarn clean && tsc --skipLibCheck",
"clean": "rimraf ./dist/",

@@ -59,0 +47,0 @@ "fix:eslint": "eslint --fix .",

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