@aws-amplify/api
Advanced tools
Comparing version 6.2.3-monitoring-instrument.47a7bda.0 to 6.2.3-server-auth.fd0687d.0
178
package.json
{ | ||
"name": "@aws-amplify/api", | ||
"version": "6.2.3-monitoring-instrument.47a7bda.0+47a7bda", | ||
"description": "Api category of aws-amplify", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.mjs", | ||
"typings": "./dist/esm/index.d.ts", | ||
"react-native": "./src/index.ts", | ||
"sideEffects": [ | ||
"./dist/cjs/API.js", | ||
"./dist/esm/API.mjs" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage", | ||
"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 88" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"react-native": "./src/index.ts" | ||
}, | ||
"./internals": { | ||
"types": "./dist/esm/internals/index.d.ts", | ||
"import": "./dist/esm/internals/index.mjs", | ||
"require": "./dist/cjs/internals/index.js", | ||
"react-native": "./src/internals/index.ts" | ||
}, | ||
"./server": { | ||
"types": "./dist/esm/server.d.ts", | ||
"import": "./dist/esm/server.mjs", | ||
"require": "./dist/cjs/server.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
">=4.2": { | ||
"internals": [ | ||
"./dist/esm/internals/index.d.ts" | ||
], | ||
"server": [ | ||
"./dist/esm/server.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/", | ||
"devDependencies": { | ||
"@aws-amplify/core": "6.9.3-monitoring-instrument.47a7bda.0+47a7bda", | ||
"jest-fetch-mock": "3.0.3", | ||
"typescript": "5.0.2" | ||
}, | ||
"files": [ | ||
"dist/cjs", | ||
"dist/esm", | ||
"src", | ||
"index.*.d.ts", | ||
"internals", | ||
"server" | ||
], | ||
"dependencies": { | ||
"@aws-amplify/api-graphql": "4.7.3-monitoring-instrument.47a7bda.0+47a7bda", | ||
"@aws-amplify/api-rest": "4.0.68-monitoring-instrument.47a7bda.0+47a7bda", | ||
"@aws-amplify/data-schema": "^1.7.0", | ||
"rxjs": "^7.8.1", | ||
"tslib": "^2.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-amplify/core": "6.9.3-monitoring-instrument.47a7bda.0+47a7bda" | ||
}, | ||
"gitHead": "47a7bdac4c9e840586737c77ec0d56cd9569110e" | ||
"name": "@aws-amplify/api", | ||
"version": "6.2.3-server-auth.fd0687d.0+fd0687d", | ||
"description": "Api category of aws-amplify", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.mjs", | ||
"typings": "./dist/esm/index.d.ts", | ||
"react-native": "./src/index.ts", | ||
"sideEffects": [ | ||
"./dist/cjs/API.js", | ||
"./dist/esm/API.mjs" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage", | ||
"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 88" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"react-native": "./src/index.ts" | ||
}, | ||
"./internals": { | ||
"types": "./dist/esm/internals/index.d.ts", | ||
"import": "./dist/esm/internals/index.mjs", | ||
"require": "./dist/cjs/internals/index.js", | ||
"react-native": "./src/internals/index.ts" | ||
}, | ||
"./server": { | ||
"types": "./dist/esm/server.d.ts", | ||
"import": "./dist/esm/server.mjs", | ||
"require": "./dist/cjs/server.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
">=4.2": { | ||
"internals": [ | ||
"./dist/esm/internals/index.d.ts" | ||
], | ||
"server": [ | ||
"./dist/esm/server.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/", | ||
"devDependencies": { | ||
"jest-fetch-mock": "3.0.3", | ||
"typescript": "5.0.2" | ||
}, | ||
"files": [ | ||
"dist/cjs", | ||
"dist/esm", | ||
"src", | ||
"index.*.d.ts", | ||
"internals", | ||
"server" | ||
], | ||
"dependencies": { | ||
"@aws-amplify/api-graphql": "4.7.3-server-auth.fd0687d.0+fd0687d", | ||
"@aws-amplify/api-rest": "4.0.68-server-auth.fd0687d.0+fd0687d", | ||
"tslib": "^2.5.0" | ||
}, | ||
"gitHead": "fd0687da0f8c50b474126a516789d10639f5ce96" | ||
} |
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
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
3
2
55296
- Removed@aws-amplify/data-schema@^1.7.0
- Removedrxjs@^7.8.1
- Removed@aws-amplify/data-schema@1.17.5(transitive)
- Removed@aws-amplify/data-schema-types@1.2.0(transitive)
- Removed@smithy/is-array-buffer@3.0.0(transitive)
- Removed@smithy/util-base64@3.0.0(transitive)
- Removed@smithy/util-buffer-from@3.0.0(transitive)
- Removed@smithy/util-utf8@3.0.0(transitive)
- Removed@types/aws-lambda@8.10.147(transitive)
- Removed@types/json-schema@7.0.15(transitive)
- Removedgraphql@15.8.0(transitive)
- Removedrxjs@7.8.1(transitive)
Updated@aws-amplify/api-graphql@4.7.3-server-auth.fd0687d.0+fd0687d
Updated@aws-amplify/api-rest@4.0.68-server-auth.fd0687d.0+fd0687d