@aws-amplify/api
Advanced tools
Comparing version 6.3.0 to 6.3.1-server-auth.d7bf87e.0
184
package.json
{ | ||
"name": "@aws-amplify/api", | ||
"version": "6.3.0", | ||
"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.10.0", | ||
"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.4", | ||
"@aws-amplify/api-rest": "4.0.69", | ||
"@aws-amplify/data-schema": "^1.7.0", | ||
"rxjs": "^7.8.1", | ||
"tslib": "^2.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-amplify/core": "^6.1.0" | ||
}, | ||
"gitHead": "14751ffe757a776e4af5c4403e1f78adcc933a98" | ||
"name": "@aws-amplify/api", | ||
"version": "6.3.1-server-auth.d7bf87e.0+d7bf87e", | ||
"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.10.1-server-auth.d7bf87e.0+d7bf87e", | ||
"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.5-server-auth.d7bf87e.0+d7bf87e", | ||
"@aws-amplify/api-rest": "4.0.70-server-auth.d7bf87e.0+d7bf87e", | ||
"@aws-amplify/data-schema": "^1.7.0", | ||
"rxjs": "^7.8.1", | ||
"tslib": "^2.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-amplify/core": "6.10.1-server-auth.d7bf87e.0+d7bf87e" | ||
}, | ||
"gitHead": "d7bf87e72fe41fc9a9f3ff2b87943e6f28e9d87b" | ||
} |
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
56068
1
1
- Removed@aws-amplify/api-graphql@4.7.4(transitive)
- Removed@aws-amplify/api-rest@4.0.69(transitive)
- Removed@aws-amplify/core@6.10.06.10.1(transitive)
- Removed@aws-crypto/sha256-js@5.2.0(transitive)
- Removed@aws-crypto/util@5.2.0(transitive)
- Removed@aws-sdk/types@3.387.03.398.0(transitive)
- Removed@smithy/is-array-buffer@2.2.0(transitive)
- Removed@smithy/types@2.12.0(transitive)
- Removed@smithy/util-buffer-from@2.2.0(transitive)
- Removed@smithy/util-hex-encoding@2.0.0(transitive)
- Removed@smithy/util-utf8@2.3.0(transitive)
- Removed@types/uuid@9.0.8(transitive)
- Removedcookie@0.7.2(transitive)
- Removedjs-cookie@3.0.5(transitive)
- Removeduuid@9.0.1(transitive)
Updated@aws-amplify/api-graphql@4.7.5-server-auth.d7bf87e.0+d7bf87e
Updated@aws-amplify/api-rest@4.0.70-server-auth.d7bf87e.0+d7bf87e