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

@aws-amplify/geo

Package Overview
Dependencies
Maintainers
9
Versions
1040
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/geo - npm Package Compare versions

Comparing version 3.0.58 to 3.0.59-unstable.7402f60.0

178

package.json
{
"name": "@aws-amplify/geo",
"version": "3.0.58",
"description": "Geo category for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"typings": "./dist/esm/index.d.ts",
"react-native": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"sideEffects": [
"./dist/cjs/geo/geo.js",
"./dist/esm/geo/geo.mjs"
],
"scripts": {
"test": "yarn run lint && jest -w 1 --coverage --logHeapUsage",
"test:size": "size-limit",
"build-with-test": "npm test && npm run build",
"build:umd": "webpack && webpack --config ./webpack.config.dev.js",
"build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
"build:watch": "npm run build:esm-cjs -- --watch",
"build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
"clean": "npm run clean:size && rimraf dist lib lib-esm",
"clean:size": "rimraf dual-publish-tmp tmp*",
"format": "echo \"Not implemented\"",
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 84.00"
},
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"react-native": "./src/index.ts"
},
"./location-service": {
"types": "./dist/esm/providers/location-service/AmazonLocationServiceProvider.d.ts",
"import": "./dist/esm/providers/location-service/AmazonLocationServiceProvider.mjs",
"require": "./dist/cjs/providers/location-service/AmazonLocationServiceProvider.js",
"react-native": "./src/providers/location-service/AmazonLocationServiceProvider.ts"
},
"./package.json": "./package.json"
},
"typesVersions": {
">=4.2": {
"location-service": [
"./dist/esm/providers/location-service/AmazonLocationServiceProvider.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": [
"dist/cjs",
"dist/esm",
"location-service",
"src"
],
"dependencies": {
"@aws-sdk/client-location": "3.621.0",
"@turf/boolean-clockwise": "6.5.0",
"camelcase-keys": "6.2.2",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.5.3",
"typescript": "5.0.2"
},
"size-limit": [
{
"name": "Geo (top-level class)",
"path": "./dist/esm/index.mjs",
"import": "{ Amplify, Geo }",
"limit": "43.9 kB"
}
],
"gitHead": "02b3769ac17b556b058d4b2856d543792c3a5e85"
"name": "@aws-amplify/geo",
"version": "3.0.59-unstable.7402f60.0+7402f60",
"description": "Geo category for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"typings": "./dist/esm/index.d.ts",
"react-native": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"sideEffects": [
"./dist/cjs/geo/geo.js",
"./dist/esm/geo/geo.mjs"
],
"scripts": {
"test": "yarn run lint && jest -w 1 --coverage --logHeapUsage",
"test:size": "size-limit",
"build-with-test": "npm test && npm run build",
"build:umd": "webpack && webpack --config ./webpack.config.dev.js",
"build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
"build:watch": "npm run build:esm-cjs -- --watch",
"build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
"clean": "npm run clean:size && rimraf dist lib lib-esm",
"clean:size": "rimraf dual-publish-tmp tmp*",
"format": "echo \"Not implemented\"",
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 84.00"
},
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"react-native": "./src/index.ts"
},
"./location-service": {
"types": "./dist/esm/providers/location-service/AmazonLocationServiceProvider.d.ts",
"import": "./dist/esm/providers/location-service/AmazonLocationServiceProvider.mjs",
"require": "./dist/cjs/providers/location-service/AmazonLocationServiceProvider.js",
"react-native": "./src/providers/location-service/AmazonLocationServiceProvider.ts"
},
"./package.json": "./package.json"
},
"typesVersions": {
">=4.2": {
"location-service": [
"./dist/esm/providers/location-service/AmazonLocationServiceProvider.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://aws-amplify.github.io/",
"files": [
"dist/cjs",
"dist/esm",
"location-service",
"src"
],
"dependencies": {
"@aws-sdk/client-location": "3.621.0",
"@turf/boolean-clockwise": "6.5.0",
"camelcase-keys": "6.2.2",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "6.5.4-unstable.7402f60.0+7402f60"
},
"devDependencies": {
"@aws-amplify/core": "6.5.4-unstable.7402f60.0+7402f60",
"typescript": "5.0.2"
},
"size-limit": [
{
"name": "Geo (top-level class)",
"path": "./dist/esm/index.mjs",
"import": "{ Amplify, Geo }",
"limit": "43.9 kB"
}
],
"gitHead": "7402f607443786750c9b2da63461739f974b594b"
}
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