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

@iannisz/node-cms

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iannisz/node-cms - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

4

package.json
{
"name": "@iannisz/node-cms",
"version": "0.0.24",
"version": "0.0.25",
"description": "Node CMS",

@@ -17,3 +17,3 @@ "main": "index.js",

"@types/socket.io-client": "^1.4.33",
"apache-js-workers": "^0.0.8",
"apache-js-workers": "0.0.9",
"chalk": "^4.1.0",

@@ -20,0 +20,0 @@ "jsonwebtoken": "^8.5.1",

@@ -12,3 +12,3 @@ var searchParams = new URLSearchParams(window.location.search);

.then(function (token) {
Cookies.set('token', token);
Cookies.set('token', token.body);
Cookies.set('username', username);

@@ -15,0 +15,0 @@ var redirectUrl = searchParams.get('to');

@@ -15,3 +15,3 @@ const searchParams = new URLSearchParams(window.location.search)

.then(token => {
Cookies.set('token', token)
Cookies.set('token', token.body)
Cookies.set('username', username)

@@ -18,0 +18,0 @@

@@ -69,2 +69,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

if (res.status >= 200 && res.status < 300) {
console.log(res);
resolve(res);

@@ -71,0 +72,0 @@ }

@@ -24,2 +24,3 @@ interface SocketResponse {

if (res.status >= 200 && res.status < 300) {
console.log(res)
resolve(res)

@@ -26,0 +27,0 @@ } else {

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