twilio-flex-token-validator
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
16041
20