Socket
Socket
Sign inDemoInstall

appcelerator-saml

Package Overview
Dependencies
17
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

28

package.json
{
"name": "appcelerator-saml",
"version": "0.6.0",
"version": "0.6.1",
"description": "Appcelerator Arrow authentication using SAML strategy",

@@ -8,4 +8,11 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/marinvvasilev/appcelerator-saml"
"url": "https://github.com/appcelerator/appcelerator-saml"
},
"files": [
"lib",
"conf",
"README.md",
"LICENSE",
"index.js"
],
"keywords": [

@@ -21,7 +28,2 @@ "appcelerator",

"dependencies": {
"async": "^1.5.0",
"lodash": "^3.10.1",
"pkginfo": "^0.3.1",
"semver": "^5.0.3",
"cookies": "^0.5.1",
"passport": "^0.3.2",

@@ -31,5 +33,7 @@ "passport-saml": "^0.31.0"

"devDependencies": {
"arrow": "^*",
"arrow": "^3.0.0",
"async": "^1.5.0",
"grunt": "^0.4.5",
"grunt-appc-js": "^1.0.19",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",

@@ -40,10 +44,10 @@ "grunt-contrib-jshint": "^1.1.0",

"mocha": "^2.3.4",
"promise": "^7.1.1",
"request": "^2.60.0",
"should": "^8.0.2",
"typescript": "^1.7.3"
"typescript": "^1.7.3",
"should": "^8.0.2"
},
"scripts": {
"test": "grunt"
"build:dist": "tsc",
"build": "tsc && grunt"
}
}
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