Comparing version 0.0.2 to 0.0.13
{ | ||
"name": "ldrs", | ||
"version": "0.0.2", | ||
"version": "0.0.13", | ||
"author": "Griffin Johnston", | ||
"license": "MIT", | ||
"description": "Tiny HTML and SVG loaders as web components", | ||
"keywords": [ | ||
"uiball", | ||
"loaders", | ||
"loading animations", | ||
"indeterminate loaders", | ||
"spinners", | ||
"loading", | ||
"icon", | ||
"waiting", | ||
"custom elements", | ||
"web components" | ||
], | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"sideEffects": false, | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*": "./dist/auto/*.js", | ||
"./*.js": "./dist/auto/*.js" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"homepage": "https://uiball.com/loaders", | ||
"homepage": "https://uiball.com/ldrs", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/GriffinJohnston/uiball-loaders-legacy.git" | ||
"url": "git+https://github.com/GriffinJohnston/ldrs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/GriffinJohnston/uiball-loaders-legacy/issues" | ||
"url": "https://github.com/GriffinJohnston/ldrs/issues" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": {} | ||
"scripts": { | ||
"build": "npm test && rm -rf dist && npx tsc && npx rollup -c rollup.config.js", | ||
"dev": "npx rollup -c rollup.config.js -w", | ||
"demo": "cp -r src/demos dist && npx http-server dist", | ||
"start": "npm run dev", | ||
"test": "node --test" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"jsdom": "^22.1.0", | ||
"postcss": "^8.4.31", | ||
"prettier": "3.0.3", | ||
"rollup": "^4.0.2", | ||
"rollup-plugin-multi-input": "^1.4.1", | ||
"rollup-plugin-node-externals": "^6.1.2", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"sass": "^1.69.0", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
331677
376
1284
Yes
12
23