@huddle01/iframe
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1082796
11461
2
1
15
19
1
+ Addedzod@3.24.1(transitive)
- Removedzod@3.22.4(transitive)
Updatedzod@^3.23.8