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

rox-node

Package Overview
Dependencies
Maintainers
6
Versions
91
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.2.1 to 4.2.2

4

package.json
{
"name": "rox-node",
"version": "4.2.1",
"version": "4.2.2",
"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.2.1",
"rox-base": "^4.2.2",
"supertest": "^3.0.0",

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

@@ -16,6 +16,6 @@ import crypto from 'crypto';

const result = verifier.verify(publicKey, signature, DEFAULT_SIGNATURE_ENCODING);
return Promise.resolve(result);
return result;
}
}
export default Promise.resolve(RoxCrypto);
export default RoxCrypto;

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