@aria-ui/core
Advanced tools
Comparing version 0.0.0 to 0.0.2
{ | ||
"name": "@aria-ui/core", | ||
"version": "0.0.0", | ||
"module": "index.ts", | ||
"type": "module", | ||
"devDependencies": { | ||
"@types/bun": "^1.0.5" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"access": "public", | ||
"scripts": { | ||
"build": "bun build index.ts" | ||
} | ||
} | ||
"name": "@aria-ui/core", | ||
"version": "0.0.2", | ||
"module": "index.ts", | ||
"private": false, | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@preact/signals-core": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.0.0" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"lib": ["ESNext"], | ||
"target": "ESNext", | ||
"module": "ESNext", | ||
"moduleDetection": "force", | ||
"jsx": "react-jsx", | ||
"allowJs": true, | ||
/* Bundler mode */ | ||
"moduleResolution": "bundler", | ||
"allowImportingTsExtensions": true, | ||
"verbatimModuleSyntax": true, | ||
"noEmit": true, | ||
/* Linting */ | ||
"skipLibCheck": true, | ||
"strict": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"forceConsistentCasingInFileNames": true | ||
} | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"composite": true, | ||
"outDir": "temp" | ||
}, | ||
"references": [ | ||
{ | ||
"path": "./tsconfig.build.json" | ||
} | ||
], | ||
"include": [ | ||
"./*.js", | ||
"./*.ts" | ||
] | ||
} |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15249
30
443
1
1
0
+ Added@preact/signals-core@^1.5.1
+ Added@preact/signals-core@1.8.0(transitive)
- Removedtypescript@5.7.2(transitive)