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

ng-boosted

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-boosted - npm Package Compare versions

Comparing version 12.0.0-beta.1 to 12.0.0-beta.2

esm2020/lib/o-scroll/scroll-top.component.mjs

117

package.json
{
"name": "ng-boosted",
"version": "12.0.0-beta.1",
"description": "Orange Boosted with Bootstrap 4 and Angular",
"version": "12.0.0-beta.2",
"description": "Orange Boosted with Bootstrap 5 and Angular",
"keywords": [

@@ -11,82 +11,16 @@ "boosted",

"author": "Orange",
"homepage": "https://orange-opensource.github.io/Orange-Boosted-Angular",
"homepage": "https://ng-boosted.orange.com",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test --browsers=PhantomJS --watch=false --code-coverage=true --sourceMap=false",
"lint": "ng lint",
"e2e": "ng e2e",
"build:docs": "ng build --configuration production",
"publish-docs": "npm run build:docs && git checkout gh-pages && git add dist/Orange-Boosted-Angular && git commit -m \"chore: compile documentation\" --allow-empty && git push origin gh-pages && echo 'Documentation successfully deployed !'",
"copy-readme": "cpx ./README.md dist/ng-boosted",
"test:lib": "ng test ng-boosted --browsers=PhantomJS --watch=false --code-coverage=true --sourceMap=false",
"lint-lib": "ng lint ng-boosted",
"build:lib": "ng build ng-boosted --configuration production && npm run build:lib-styles",
"build:lib-styles": "scss-bundle -e ./projects/ng-boosted/src/lib/style/ng-boosted.scss -o ./dist/ng-boosted/style/ng-boosted.scss",
"publish-lib": "npm run build-lib && npm run copy-readme && cd dist/ng-boosted && npm publish"
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/forms": "^13.0.0",
"@angular/localize": "^13.0.0",
"rxjs": "^6.6.7",
"sass": "^1.43.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.5",
"@angular-eslint/builder": "^13.1.0",
"@angular-eslint/eslint-plugin": "^12.7.0",
"@angular-eslint/eslint-plugin-template": "^12.7.0",
"@angular-eslint/schematics": "^13.1.0",
"@angular-eslint/template-parser": "^12.7.0",
"@angular/animations": "~13.2.4",
"@angular/cli": "^13.2.5",
"@angular/common": "~13.2.4",
"@angular/compiler": "~13.2.4",
"@angular/compiler-cli": "~13.2.4",
"@angular/core": "~13.2.4",
"@angular/forms": "~13.2.4",
"@angular/language-service": "~13.2.4",
"@angular/localize": "~13.2.4",
"@angular/platform-browser": "~13.2.4",
"@angular/platform-browser-dynamic": "~13.2.4",
"@angular/router": "~13.2.4",
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^12.0.0",
"@popperjs/core": "^2.11.0",
"@types/jasmine": "^3.10.2",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.18.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"acorn": "^8.6.0",
"boosted": "^5.1.3",
"core-js": "^2.6.12",
"cpx2": "^4.2.0",
"eslint": "^8.5.0",
"focus-visible": "^5.2.0",
"html-loader": "^3.0.1",
"install": "^0.13.0",
"jasmine-core": "^3.10.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-phantomjs-launcher": "1.0.4",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"markdown-loader": "^8.0.0",
"minimist": "^1.2.5",
"ng-packagr": "^13.2.1",
"node-forge": "^1.2.1",
"prismjs": "^1.27.0",
"prismjs-loader": "^0.0.4",
"protractor": "~7.0.0",
"rxjs": "^6.5.5",
"sass": "^1.45.1",
"scss-bundle": "^3.1.2",
"serialize-javascript": "^6.0.0",
"set-value": "^4.1.0",
"ts-node": "~10.4.0",
"tslib": "^2.3.1",
"typescript": "~4.5.5",
"webpack-subresource-integrity": "^1.5.1",
"zone.js": "~0.11.4"
"boosted": "^5.0.0",
"tslib": "^2.3.0"
},

@@ -104,5 +38,22 @@ "repository": {

},
"files": [
"dist/**/*"
]
}
"module": "fesm2015/ng-boosted.mjs",
"es2020": "fesm2020/ng-boosted.mjs",
"esm2020": "esm2020/ng-boosted.mjs",
"fesm2020": "fesm2020/ng-boosted.mjs",
"fesm2015": "fesm2015/ng-boosted.mjs",
"typings": "ng-boosted.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ng-boosted.d.ts",
"esm2020": "./esm2020/ng-boosted.mjs",
"es2020": "./fesm2020/ng-boosted.mjs",
"es2015": "./fesm2015/ng-boosted.mjs",
"node": "./fesm2015/ng-boosted.mjs",
"default": "./fesm2020/ng-boosted.mjs"
}
},
"sideEffects": false
}
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