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

saml2-js

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saml2-js - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

3

index.js

@@ -1,2 +0,1 @@

var path = require('path').join(__dirname, (process.env.TEST_COV_SAML2 ? 'lib-js-cov' : 'lib-js'), 'saml2');
module.exports = require(path);
module.exports = require('./lib-js/saml2');
{
"name": "saml2-js",
"version": "2.0.8",
"version": "2.0.9",
"description": "SAML 2.0 node helpers",

@@ -11,4 +11,6 @@ "author": "Clever",

"scripts": {
"test": "make -Br test",
"test-cov": "make -Br test-cov"
"build": "coffee --bare -c -o lib-js lib",
"test": "NODE_ENV=test mocha --require coffee-script/register test/*.coffee",
"test-cov": "NODE_ENV=test nyc --extension .coffee -r html -r text mocha --require coffee-script/register test/*.coffee",
"prepare": "npm run build"
},

@@ -28,4 +30,4 @@ "repository": {

"coffee-script": "^1.12.0",
"jscoverage": "^0.6.0",
"mocha": "^8.2.0"
"mocha": "^8.2.0",
"nyc": "^15.0.0"
},

@@ -32,0 +34,0 @@ "dependencies": {

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