New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@descope/angular-sdk

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope/angular-sdk - npm Package Compare versions

Comparing version 0.0.0-next-417f1868-20231226 to 0.0.0-next-7be68a9b-20231226

128

package.json
{
"name": "@descope/angular-sdk",
"version": "0.0.0-next-417f1868-20231226",
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=18.10.0",
"npm": ">= 8.1.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"prepare": "husky install",
"format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
"prebuild:ci": "node scripts/setversion/setversion.js",
"build:ci": "npm run build:lib",
"build:lib": "ng build angular-sdk",
"build:app": "ng build demo-app",
"watch": "ng build --watch --configuration development",
"test": "jest --config jest.config.js",
"lint": "ng lint",
"format": "prettier . -w --ignore-path .gitignore",
"format-check": "prettier . --check --ignore-path .gitignore",
"leaks": "bash ./scripts/gitleaks/gitleaks.sh"
},
"lint-staged": {
"+(src|test|examples)/**/*.{js,ts,html}": [
"npm run lint"
]
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.6",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/animations": "^16.2.9",
"@angular/cli": "^16.2.6",
"@angular/common": "^16.2.9",
"@angular/compiler": "^16.2.9",
"@angular/compiler-cli": "^16.2.9",
"@angular/core": "^16.2.9",
"@angular/forms": "^16.2.9",
"@angular/platform-browser": "^16.2.9",
"@angular/platform-browser-dynamic": "^16.2.9",
"@angular/router": "^16.2.9",
"@descope/web-component": "3.0.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "^8.51.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.2",
"lint-staged": "^15.2.0",
"ng-mocks": "^14.11.0",
"ng-packagr": "^16.2.3",
"prettier": "2.8.8",
"pretty-quick": "^3.1.3",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"zone.js": "~0.13.0"
}
"name": "@descope/angular-sdk",
"version": "0.0.0-next-7be68a9b-20231226",
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=18.10.0",
"npm": ">= 8.1.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"prepare": "husky install",
"format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
"prebuild:ci": "node scripts/setversion/setversion.js",
"build:ci": "npm run build:lib",
"build:lib": "ng build angular-sdk",
"build:app": "ng build demo-app",
"watch": "ng build --watch --configuration development",
"test": "jest --config jest.config.js",
"lint": "ng lint",
"format": "prettier . -w --ignore-path .gitignore",
"format-check": "prettier . --check --ignore-path .gitignore",
"leaks": "bash ./scripts/gitleaks/gitleaks.sh"
},
"lint-staged": {
"+(src|test|examples)/**/*.{js,ts,html}": [
"npm run lint"
]
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.6",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/animations": "^16.2.9",
"@angular/cli": "^16.2.6",
"@angular/common": "^16.2.9",
"@angular/compiler": "^16.2.9",
"@angular/compiler-cli": "^16.2.9",
"@angular/core": "^16.2.9",
"@angular/forms": "^16.2.9",
"@angular/platform-browser": "^16.2.9",
"@angular/platform-browser-dynamic": "^16.2.9",
"@angular/router": "^16.2.9",
"@descope/web-component": "3.0.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "^8.51.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.2",
"lint-staged": "^15.2.0",
"ng-mocks": "^14.11.0",
"ng-packagr": "^16.2.3",
"prettier": "2.8.8",
"pretty-quick": "^3.1.3",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"zone.js": "~0.13.0"
}
}

Sorry, the diff of this file is not supported yet

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