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
4
Versions
74
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

to
4.1.0-alpha.3

7

package.json
{
"name": "@what3words/react-components",
"version": "4.1.0-alpha.2",
"version": "4.1.0-alpha.3",
"sideEffects": false,

@@ -14,3 +14,3 @@ "description": "The what3words javascript sdk and web components for react",

"build": "tsc -p tsconfig.json --outDir dist",
"compile": "npm run clean && npm run build",
"compile": "npm run clean && npm install && npm run build",
"lint": "tslint './src/**/*.{ts,tsx}'",

@@ -20,3 +20,3 @@ "lint:fix": "tslint './src/**/*.{ts,tsx}' --fix"

"dependencies": {
"@what3words/javascript-components": "4.1.0-alpha.2"
"@what3words/javascript-components": "^4.1.0-alpha.3"
},

@@ -30,2 +30,3 @@ "peerDependencies": {

"@stencil/core": "^2.12.0",
"@types/googlemaps": "^3.43.3",
"react": "^16.7.0",

@@ -32,0 +33,0 @@ "react-dom": "^16.7.0",