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

@ardoq/atomic-components

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ardoq/atomic-components - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

components/AqButton.d.ts

29

package.json
{
"name": "@ardoq/atomic-components",
"version": "0.0.1",
"version": "0.0.2",
"description": "Reusable atomic components for Ardoq's front-end applications",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"check-types": "tsc -p tsconfig.json",
"lint": "eslint --ext .ts src",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && yarn tsc -p tsconfig-build.json",
"publish:prep": "yarn build && node prep-package.js"
},
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {},
"repository": {

@@ -28,16 +22,3 @@ "type": "git",

},
"devDependencies": {
"@types/react": "16.8.19",
"@types/styled-components": "4.1.15",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-sort-class-members": "^1.6.0",
"prettier": "^1.18.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.6.4"
}
"devDependencies": {}
}
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