Comparing version 5.0.3 to 5.0.4
/* | ||
* Copyright (c) 2008-2020 the original author or authors. | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2020 the original author or authors. | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
{ | ||
"name": "cometd", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Comet and WebSocket library for web messaging", | ||
@@ -5,0 +5,0 @@ "keywords": ["comet", "websocket", "messaging", "pubsub", "publish", "subscribe", "rpc", "p2p", "peer-to-peer"], |
@@ -12,2 +12,11 @@ ## The CometD Project | ||
### Versions | ||
`5.0.x` ⇒ based on CometD 5.0.x - minimal ECMAScript 5 (`var` everywhere) | ||
`6.0.x` ⇒ N/A | ||
`7.0.x` ⇒ based on CometD 7.0.x - minimal ECMAScript 6 (`let`, `const` and arrow functions) | ||
Version `6.0.x` is not released to NPM since it's identical to `7.0.x`. | ||
The `6.0.x` numbering exists only because the main CometD project, on the server side, is different from `7.0.x`, but on the client side there is no difference. | ||
### License | ||
@@ -14,0 +23,0 @@ |
/* | ||
* Copyright (c) 2008-2020 the original author or authors. | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2020 the original author or authors. | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
* Copyright (c) 2008-2020 the original author or authors. | ||
* Copyright (c) 2008-2021 the original author or authors. | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
Sorry, the diff of this file is too big to display
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
176786
97