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

cc-globals

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc-globals - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

index.js
var R = require('ramda');
var fetch = require('isomorphic-fetch');
var env = this;
R.installTo(typeof(global) !== 'undefined' ? global : this);
if (typeof global !== 'undefined') global.R = R;
this.R = R;
{
"name": "cc-globals",
"version": "1.0.0",
"version": "2.0.0",
"description": "Setup global variables for ramda and fetch",

@@ -5,0 +5,0 @@ "main": "index.js",

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