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

@ioliwer/component-library

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ioliwer/component-library - npm Package Compare versions

Comparing version 0.0.17 to 1.0.0

lib/index.d.ts

93

package.json
{
"name": "@ioliwer/component-library",
"version": "0.0.17",
"description": "",
"main": "./dist/index.build.js",
"module": "./dist/index.build.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode=production --env production --progress",
"lint": "eslint './src/**/*.{ts,tsx}'",
"lint:fix": "eslint './src/**/*.{ts,tsx}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliwerhelsen/component-library.git"
},
"keywords": [],
"author": "Oliwer Helsén",
"license": "ISC",
"bugs": {
"url": "https://github.com/oliwerhelsen/component-library/issues"
},
"homepage": "https://github.com/oliwerhelsen/component-library#readme",
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/webpack": "^4.41.26",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"prettier": "^2.2.1",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2"
}
"name": "@ioliwer/component-library",
"version": "1.0.0",
"description": "A nice greeter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliwerhelsen/component-library.git"
},
"keywords": [],
"author": "Oliwer Helsén",
"license": "ISC",
"bugs": {
"url": "https://github.com/oliwerhelsen/component-library/issues"
},
"homepage": "https://github.com/oliwerhelsen/component-library#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3"
},
"directories": {
"lib": "lib"
},
"dependencies": {}
}
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