New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@springio/utils

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springio/utils - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+2
-2
index.js

@@ -70,3 +70,3 @@ function addBlockSwitches() {

var handler = function(event) {
selectedText = event.target.textContent;
var selectedText = event.target.textContent;
window.localStorage.setItem(blockId, selectedText);

@@ -104,3 +104,3 @@ for (var switchItem of document.querySelectorAll(".switch--item")) {

function blockIdForSwitchItem(item) {
idComponents = []
var idComponents = []
for (var switchItem of item.parentNode.querySelectorAll(".switch--item")) {

@@ -107,0 +107,0 @@ idComponents.push(switchItem.textContent.toLowerCase());

{
"name": "@springio/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities for Spring documentation and websites",

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