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

twilio-flex-token-validator

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-flex-token-validator - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

2

dist/index.js

@@ -109,3 +109,3 @@ "use strict";

response.appendHeader('Access-Control-Allow-Origin', '*');
response.appendHeader('Access-Control-Allow-Methods', 'OPTIONS POST GET');
response.appendHeader('Access-Control-Allow-Methods', 'OPTIONS, POST, GET');
response.appendHeader('Access-Control-Allow-Headers', 'Content-Type');

@@ -112,0 +112,0 @@ response.appendHeader('Content-Type', 'plain/text');

{
"name": "twilio-flex-token-validator",
"version": "1.5.5",
"version": "1.5.6",
"description": "Flex JWE Token Validator",

@@ -36,20 +36,15 @@ "keywords": [

"lint:fix": "npm run lint -- --fix",
"prepare": "husky install",
"test": "jest",
"test:watch": "jest --watchAll"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "CI=true npm run test"
}
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.18",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.20",
"@types/nock": "^11.1.0",
"@types/node": "^14.14.11",
"@types/node": "^14.14.31",
"babel-core": "^6.26.3",

@@ -59,9 +54,10 @@ "babel-jest": "^26.6.3",

"codecov": "^3.8.1",
"eslint": "^7.15.0",
"eslint-config-twilio-ts": "^1.29.1",
"husky": "^4.3.5",
"eslint": "^7.21.0",
"eslint-config-twilio-ts": "^1.34.2",
"husky": "^5.1.3",
"jest": "^26.6.3",
"nock": "^13.0.5",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"nock": "^13.0.10",
"node-notifier": "^9.0.0",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},

@@ -68,0 +64,0 @@ "engines": {

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