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

radar_client

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radar_client - npm Package Compare versions

Comparing version 0.14.2 to 0.14.4

25

Changelog.md

@@ -0,1 +1,26 @@

### 0.14.4
* One change to the modfified set of build steps
- use "npm version --no-git-tag-version patch" to bump the version locally
but not create a git commit and tag
- "npm run build" to update getClientVersion(), and update dist/
- commit changes to GH
- git tag version && git push --tags
- npm publish
### 0.14.3
* No new code, but use a modified set of build steps
- use "npm version --no-git-tag-version patch" to bump the version locally
but not create a git commit and tag
- "npm run version-build" to update getClientVersion()
- commit changes to GH
- git tag && git push --tags
- npm publish
### 0.14.2
* Update package.json version to 0.14.2 and tag
- getClientVersion() still returns 0.14.1
### 0.14.1
* Update package.json version to 0.14.1 and tag
### 0.14.0

@@ -2,0 +27,0 @@ * Code changes to support server side client state

2

dist/radar_client.js

@@ -31,3 +31,3 @@ (function(){function require(e,t){for(var n=[],r=e.split("/"),i,s,o=0;s=r[o++];)".."==s?n.pop():"."!=s&&n.push(s);n=n.join("/"),o=require,s=o.m[t||0],i=s[n+".js"]||s[n+"/index.js"]||s[n];if(s=i.c)i=o.m[t=s][e=i.m];return i.exports||i(i,i.exports={},function(n){return o("."!=n.charAt(0)?n:e+"/../"+n,t)}),i.exports};

function getClientVersion() { return '0.14.2'; };
function getClientVersion() { return '0.14.4'; };

@@ -34,0 +34,0 @@ module.exports = getClientVersion;},

// Auto-generated file, overwritten by scripts/add_package_version.js
function getClientVersion() { return '0.14.2'; };
function getClientVersion() { return '0.14.4'; };
module.exports = getClientVersion;
{
"name": "radar_client",
"description": "Realtime apps with a high level API based on engine.io",
"version": "0.14.2",
"version": "0.14.4",
"author": "Mikito Takada <mikito.takada@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

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