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

@huddle01/iframe

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/iframe - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

dist/index.d.mts

88

package.json
{
"name": "@huddle01/iframe",
"version": "0.0.14",
"description": "",
"main": "dist/huddle01-iframe.cjs.js",
"module": "dist/huddle01-iframe.esm.js",
"umd:main": "dist/huddle01-iframe.umd.min.js",
"scripts": {
"fix": "pnpm preconstruct fix",
"build": "pnpm del && pnpm preconstruct build",
"watch": "pnpm preconstruct watch",
"del": "rimraf dist types/dist",
"pub": "npm publish --access public",
"pub:dev": "npm publish --access public --tag dev"
"version": "0.0.15",
"main": "dist/index.js",
"module": "dist/index.mjs",
"umd:main": "dist/index.global.js",
"types": "types/index.d.mts",
"license": "MIT",
"exports": {
".": "./dist/index.js",
"./types": "./dist/types.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"dist",
"types"
],
"tsup": {
"entry": [
"src/index.ts"
],
"splitting": false,
"sourcemap": true,
"clean": true
},
"peerDependencies": {
"react": "^18.2.0"
},
"files": ["dist", "types"],
"preconstruct": {
"umdName": "HIframe",
"globals": {
"react": "React"
},
"entrypoints": ["index.ts", "types/index.ts"]
"dependencies": {
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@shoshin/validators": "^0.1.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@huddle01/server-sdk": "2.1.0",
"@preconstruct/cli": "^2.3.0",
"@types/react": "^18.2.6",
"react": "^18.2.0",
"rimraf": "^4.1.2",
"types": "workspace:*",
"iriko": "workspace:*"
"@babel/preset-typescript": "^7.24.7",
"@huddle01/server-sdk": "2.3.1",
"@preconstruct/cli": "^2.8.4",
"@shoshin/eslint-config": "^0.2.0",
"@shoshin/prettier-config": "^0.1.0",
"@shoshin/tsconfig": "^0.1.0",
"@types/react": "^18.2.57",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"zod": "3.22.4"
"eslintConfig": {
"extends": [
"@shoshin/eslint-config/base"
]
},
"prettier": "@shoshin/prettier-config",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check . --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"pub": "pnpm publish --access public --no-git-checks",
"pub:dev": "pnpm publish --access public --tag dev --no-git-checks"
}
}
}
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