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

ldrs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldrs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.10

dist/auto/bouncy.d.ts

56

package.json
{
"name": "ldrs",
"version": "0.0.2",
"version": "0.0.10",
"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

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