Socket
Socket
Sign inDemoInstall

@essent/document

Package Overview
Dependencies
7
Maintainers
55
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 9.0.0-beta.0

esm2020/document-by-account-id/actions/get-document-by-account-id.actions.mjs

40

package.json
{
"name": "@essent/document",
"version": "8.0.0",
"version": "9.0.0-beta.0",
"peerDependencies": {
"@angular/common": "^11.2.14 || ^12.2.12",
"@angular/core": "^11.2.14 || ^12.2.12",
"@essent/common": "^13.3.0",
"@ngrx/store": "^11.1.1 || ^12.4.0",
"@ngrx/effects": "^11.1.1 || ^12.4.0",
"@angular/common": "12 || 13",
"@angular/core": "12 || 13",
"@essent/common": "^14.0.0-beta.0",
"@ngrx/store": "12 || 13",
"@ngrx/effects": "12 || 13",
"rxjs": "^6.6.0"
},
"main": "bundles/essent-document.umd.js",
"module": "fesm2015/essent-document.js",
"es2015": "fesm2015/essent-document.js",
"esm2015": "esm2015/essent-document.js",
"fesm2015": "fesm2015/essent-document.js",
"module": "fesm2015/essent-document.mjs",
"es2020": "fesm2020/essent-document.mjs",
"esm2020": "esm2020/essent-document.mjs",
"fesm2020": "fesm2020/essent-document.mjs",
"fesm2015": "fesm2015/essent-document.mjs",
"typings": "essent-document.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./essent-document.d.ts",
"esm2020": "./esm2020/essent-document.mjs",
"es2020": "./fesm2020/essent-document.mjs",
"es2015": "./fesm2015/essent-document.mjs",
"node": "./fesm2015/essent-document.mjs",
"default": "./fesm2020/essent-document.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.2.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
"tslib": "^2.3.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc