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

cc-api-next

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc-api-next - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

5

index.js
const fetch = require('isomorphic-unfetch');
const Cookies = require('universal-cookie');

@@ -23,2 +24,6 @@ class Api {

this.headers['x-token'] = Cookies.get(this.tokenKey);
console.warn('\x1b[43m\x1b[30m%s\x1b[0m\x1b[0m', 'this.headers[\'x-token\']', this.headers['x-token']);
if(config === undefined){

@@ -25,0 +30,0 @@ config = data || {};

4

package.json
{
"name": "cc-api-next",
"version": "1.0.8",
"version": "1.0.9",
"description": "cc api next",

@@ -24,4 +24,4 @@ "main": "index.js",

"isomorphic-unfetch": "^3.0.0",
"universal-cookie": "^4.0.2"
"universal-cookie": "^4.0.3"
}
}
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