New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@what3words/react-components

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@what3words/react-components - npm Package Compare versions

Comparing version 0.1.6 to 4.0.0

dist/components.d.ts

38

package.json
{
"name": "@what3words/react-components",
"version": "0.1.6",
"description": "Components with business logic used across the frontend projects",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"version": "4.0.0",
"sideEffects": false,
"description": "The what3words javascript sdk and web components for react",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"lib"
"dist/"
],
"scripts": {
"test": "npm run tests",
"tsc": "tsc"
"clean": "rm -rf dist",
"build": "tsc -p tsconfig.json --outDir dist",
"compile": "npm run clean && npm run build",
"lint": "tslint './src/**/*.{ts,tsx}'",
"lint:fix": "tslint './src/**/*.{ts,tsx}' --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/w3w-internal/frontend-commons.git"
"dependencies": {
"@what3words/javascript-components": "^4.0.0"
},
"author": "Tom Sturge",
"license": "UNLICENSED",
"gitHead": "60268633f474217a6fff95e2feaa8baea654d936",
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@what3words/configs": "^0.1.10"
"@material-ui/core": "^4.11.3",
"@stencil/core": "^2.3.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"typescript": "^4.1.2"
}
}
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