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

@abp/bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abp/bootstrap - npm Package Compare versions

Comparing version 5.0.0-beta.2 to 5.0.0-beta.3

src/bootstrap.enable.tooltips.everywhere.js

10

abp.resourcemapping.js
module.exports = {
mappings: {
"@node_modules//bootstrap/dist/css/bootstrap.css*": "@libs/bootstrap/css/",
"@node_modules//bootstrap/dist/css/bootstrap.min.css*": "@libs/bootstrap/css/",
"@node_modules/bootstrap-v4-rtl/dist/css/bootstrap-rtl*": "@libs/bootstrap/css/",
"@node_modules/bootstrap/dist/js/bootstrap.bundle*": "@libs/bootstrap/js/"
"@node_modules/bootstrap/dist/css/bootstrap.css*": "@libs/bootstrap/css/",
"@node_modules/bootstrap/dist/css/bootstrap.min.css*": "@libs/bootstrap/css/",
"@node_modules/bootstrap/dist/css/bootstrap.rtl.css*": "@libs/bootstrap/css/",
"@node_modules/bootstrap/dist/css/bootstrap.rtl.min.css*": "@libs/bootstrap/css/",
"@node_modules/bootstrap/dist/js/bootstrap.bundle*": "@libs/bootstrap/js/",
"@node_modules/@abp/bootstrap/src/*.*": "@libs/bootstrap/js/"
}
}

11

package.json
{
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"name": "@abp/bootstrap",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git",
"directory": "npm/packs/bootstrap"
},
"publishConfig": {

@@ -8,4 +13,4 @@ "access": "public"

"dependencies": {
"@abp/core": "~5.0.0-beta.2",
"bootstrap": "^4.6.0",
"@abp/core": "~5.0.0-beta.3",
"bootstrap": "^5.1.0",
"bootstrap-v4-rtl": "4.6.0-1"

@@ -12,0 +17,0 @@ },

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