@aws-amplify/datastore
Advanced tools
Comparing version 5.0.57 to 5.0.58-storage-browser-integrity.4892fe9.0
148
package.json
{ | ||
"name": "@aws-amplify/datastore", | ||
"version": "5.0.57", | ||
"description": "AppSyncLocal support 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/datastore/datastore.js", | ||
"./dist/esm/datastore/datastore.mjs" | ||
], | ||
"scripts": { | ||
"test": "npm 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\" && npm run ts-coverage", | ||
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage", | ||
"lint:fix": "eslint '**/*.{ts,tsx}' --fix", | ||
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 92.05" | ||
}, | ||
"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", | ||
"src" | ||
], | ||
"dependencies": { | ||
"@aws-amplify/api": "6.1.0", | ||
"buffer": "4.9.2", | ||
"idb": "5.0.6", | ||
"immer": "9.0.6", | ||
"rxjs": "^7.8.1", | ||
"ulid": "^2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-amplify/core": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-amplify/core": "6.5.0", | ||
"@aws-amplify/react-native": "1.1.6", | ||
"@types/uuid-validate": "^0.0.1", | ||
"dexie": "3.2.2", | ||
"dexie-export-import": "1.0.3", | ||
"fake-indexeddb": "^4.0.2", | ||
"graphql": "15.8.0", | ||
"typescript": "5.0.2" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"name": "DataStore (top-level class)", | ||
"path": "./dist/esm/index.mjs", | ||
"import": "{ Amplify, DataStore }", | ||
"limit": "65.25 kB" | ||
} | ||
], | ||
"gitHead": "51138ecfe8509cd0d5486f2e583cc506093ebd9d" | ||
"name": "@aws-amplify/datastore", | ||
"version": "5.0.58-storage-browser-integrity.4892fe9.0+4892fe9", | ||
"description": "AppSyncLocal support 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/datastore/datastore.js", | ||
"./dist/esm/datastore/datastore.mjs" | ||
], | ||
"scripts": { | ||
"test": "npm 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\" && npm run ts-coverage", | ||
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage", | ||
"lint:fix": "eslint '**/*.{ts,tsx}' --fix", | ||
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 92.05" | ||
}, | ||
"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", | ||
"src" | ||
], | ||
"dependencies": { | ||
"@aws-amplify/api": "6.1.1-storage-browser-integrity.4892fe9.0+4892fe9", | ||
"buffer": "4.9.2", | ||
"idb": "5.0.6", | ||
"immer": "9.0.6", | ||
"rxjs": "^7.8.1", | ||
"ulid": "^2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-amplify/core": "6.5.1-storage-browser-integrity.4892fe9.0+4892fe9" | ||
}, | ||
"devDependencies": { | ||
"@aws-amplify/core": "6.5.1-storage-browser-integrity.4892fe9.0+4892fe9", | ||
"@aws-amplify/react-native": "1.1.7-storage-browser-integrity.4892fe9.0+4892fe9", | ||
"@types/uuid-validate": "^0.0.1", | ||
"dexie": "3.2.2", | ||
"dexie-export-import": "1.0.3", | ||
"fake-indexeddb": "^4.0.2", | ||
"graphql": "15.8.0", | ||
"typescript": "5.0.2" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"name": "DataStore (top-level class)", | ||
"path": "./dist/esm/index.mjs", | ||
"import": "{ Amplify, DataStore }", | ||
"limit": "65.25 kB" | ||
} | ||
], | ||
"gitHead": "4892fe912e86c5e38de88f5714cfb3d5e7b4637d" | ||
} |
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
2834958
1
3
- Removed@aws-amplify/api@6.1.0(transitive)
- Removed@aws-amplify/api-graphql@4.5.0(transitive)
- Removed@aws-amplify/api-rest@4.0.55(transitive)
- Removed@aws-amplify/core@6.5.06.7.0(transitive)
- Removed@aws-amplify/data-schema@1.16.1(transitive)
- Removed@aws-amplify/data-schema-types@1.2.0(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.03.0.0(transitive)
- Removed@smithy/types@2.12.0(transitive)
- Removed@smithy/util-base64@3.0.0(transitive)
- Removed@smithy/util-buffer-from@2.2.03.0.0(transitive)
- Removed@smithy/util-hex-encoding@2.0.0(transitive)
- Removed@smithy/util-utf8@2.3.03.0.0(transitive)
- Removed@types/aws-lambda@8.10.146(transitive)
- Removed@types/json-schema@7.0.15(transitive)
- Removed@types/uuid@9.0.8(transitive)
- Removedgraphql@15.8.0(transitive)
- Removedjs-cookie@3.0.5(transitive)
- Removeduuid@9.0.1(transitive)
Updated@aws-amplify/api@6.1.1-storage-browser-integrity.4892fe9.0+4892fe9