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

@aws-amplify/datastore

Package Overview
Dependencies
Maintainers
8
Versions
1794
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/datastore - npm Package Compare versions

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"
}
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