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

@bloomreach/navapp-communication

Package Overview
Dependencies
Maintainers
32
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloomreach/navapp-communication - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0-0

dist/index.d.ts

62

package.json
{
"name": "@bloomreach/navapp-communication",
"version": "2.0.0",
"version": "3.0.0-0",
"main": "dist/index.umd.js",
"browser": "dist/index.umd.js",
"module": "dist/index.js",
"types": "dist/src/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 edge version"
],
"scripts": {
"prepare": "npm run build",
"build": "rollup -c",
"docs": "typedoc",
"test": "jest --coverage --watch",
"test:single-run": "jest"
},
"jest": {
"preset": "ts-jest",
"reporters": [
"default",
"jest-junit"
]
},
"jest-junit": {
"outputDirectory": "coverage",
"outputName": "TEST-navapp-communication.xml"
},
"peerDependencies": {
"penpal": "^4.0.0"
"penpal": "^4.0.0",
"tslib": "1.10.0"
},
"main": "bundles/bloomreach-navapp-communication.umd.js",
"module": "fesm5/bloomreach-navapp-communication.js",
"es2015": "fesm2015/bloomreach-navapp-communication.js",
"esm5": "esm5/bloomreach-navapp-communication.js",
"esm2015": "esm2015/bloomreach-navapp-communication.js",
"fesm5": "fesm5/bloomreach-navapp-communication.js",
"fesm2015": "fesm2015/bloomreach-navapp-communication.js",
"typings": "bloomreach-navapp-communication.d.ts",
"metadata": "bloomreach-navapp-communication.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
"devDependencies": {
"@babel/preset-env": "7.14.2",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-json": "4.1.0",
"@types/jest": "26.0.23",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"rollup-plugin-dts": "3.0.1",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"ts-jest": "26.5.6",
"typedoc": "0.20.36",
"typescript": "4.2.4"
}
}
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