New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rox-node

Package Overview
Dependencies
Maintainers
6
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rox-node - npm Package Compare versions

Comparing version 4.1.4 to 4.2.0

4

package.json
{
"name": "rox-node",
"version": "4.1.4",
"version": "4.2.0",
"description": "Rollout.io ROX JS SDK Node",

@@ -57,3 +57,3 @@ "author": "Rollout.io <support@rollout.io>",

"rollup-plugin-node-resolve": "^3.0.0",
"rox-base": "^4.1.4",
"rox-base": "^4.2.0",
"supertest": "^3.0.0",

@@ -60,0 +60,0 @@ "uglifyjs-webpack-plugin": "^1.2.3",

@@ -19,3 +19,5 @@ import RoxBase from 'rox-base';

return client.setup(options).then(() => client.fetchPeriodically());
return client.setup(options).then(() => {
client.fetchPeriodically();
});
}

@@ -47,6 +49,5 @@

}
get flags() {
return Repositories.Flags.flags;
}

@@ -53,0 +54,0 @@ }

Sorry, the diff of this file is too big to display

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