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

@a11y-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a11y-ui/core - npm Package Compare versions

Comparing version 1.0.1-rc.1 to 1.0.1-rc.2

101

package.json
{
"name": "@a11y-ui/core",
"version": "1.0.1-rc.1",
"license": "EUPL-1.2",
"description": "Contains the generic types and utils to provide an overall web component architecture.",
"author": {
"email": "github@martinoppitz.com",
"name": "Martin Oppitz",
"url": "https://martinoppitz.com"
},
"contributors": [
{
"email": "github@martinoppitz.com",
"name": "Martin Oppitz",
"url": "https://martinoppitz.com"
}
],
"dependencies": {
"@leanup/lib": "1.3.39"
},
"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"typescript": "4.9.3",
"eslint": "8.28.0",
"prettier": "2.7.1",
"unbuild": "1.0.1"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
":install": "pnpm i && pnpm update",
":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true",
":republish": "npm run :unpublish && npm run :publish",
":unpublish": "npm unpublish -f --registry=http://localhost:4873"
}
}
"name": "@a11y-ui/core",
"version": "1.0.1-rc.2",
"license": "EUPL-1.2",
"description": "Contains the generic types and utils to provide an overall web component architecture.",
"author": {
"email": "github@martinoppitz.com",
"name": "Martin Oppitz",
"url": "https://martinoppitz.com"
},
"contributors": [
{
"email": "github@martinoppitz.com",
"name": "Martin Oppitz",
"url": "https://martinoppitz.com"
}
],
"scripts": {
"build": "unbuild",
"prepack": "unbuild",
":install": "pnpm i && pnpm update",
":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true",
":republish": "npm run :unpublish && npm run :publish",
":unpublish": "npm unpublish -f --registry=http://localhost:4873"
},
"dependencies": {
"loglevel": "1.8.1"
},
"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"typescript": "4.9.3",
"eslint": "8.28.0",
"prettier": "2.7.1",
"unbuild": "1.0.1"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
]
}

Sorry, the diff of this file is not supported yet

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