@aws-amplify/geo
Advanced tools
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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
299076
1
1