@ampproject/toolbox-cors
Advanced tools
Comparing version 1.1.1 to 2.0.0-alpha.0
@@ -51,2 +51,4 @@ /** | ||
options.verifyOrigin = false; | ||
// email doesn't support AMP-Redirect-To | ||
options.enableAmpRedirectTo = false; | ||
} | ||
@@ -53,0 +55,0 @@ return async (request, response, next) => { |
{ | ||
"name": "@ampproject/toolbox-cors", | ||
"version": "1.1.1", | ||
"version": "2.0.0-alpha.0", | ||
"description": "An express middleware implementing the AMP CORS protocol", | ||
@@ -16,3 +16,4 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/ampproject/amp-toolbox.git" | ||
"url": "git+https://github.com/ampproject/amp-toolbox.git", | ||
"directory": "packages/cors" | ||
}, | ||
@@ -22,5 +23,5 @@ "author": "AMPHTML Team", | ||
"dependencies": { | ||
"@ampproject/toolbox-cache-list": "^1.1.1", | ||
"@ampproject/toolbox-cache-url": "^1.1.1", | ||
"@ampproject/toolbox-core": "^1.1.1" | ||
"@ampproject/toolbox-cache-list": "^2.0.0-alpha.0", | ||
"@ampproject/toolbox-cache-url": "^2.0.0-alpha.0", | ||
"@ampproject/toolbox-core": "^2.0.0-alpha.0" | ||
}, | ||
@@ -31,3 +32,3 @@ "bugs": { | ||
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/cors", | ||
"gitHead": "6ce20613dba3e66b7722df599f62f35dc6391962" | ||
"gitHead": "6140009b75eaa18afeaccf0a5f1996f490dcebfb" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22460
164
1
+ Added@ampproject/toolbox-cache-list@2.10.1(transitive)
+ Added@ampproject/toolbox-cache-url@2.10.1(transitive)
+ Added@ampproject/toolbox-core@2.10.1(transitive)
+ Addedcross-fetch@3.1.5(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addednode-fetch@2.6.7(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedurl-parse@1.5.10(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removed@ampproject/toolbox-cache-list@1.1.1(transitive)
- Removed@ampproject/toolbox-cache-url@1.1.1(transitive)
- Removed@ampproject/toolbox-core@1.1.1(transitive)
- Removednode-fetch@2.6.0(transitive)
- Removedurl-parse@1.4.7(transitive)