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.1
to
1.0.2
+20
-21
package.json
{
"name": "@springio/utils",
"version": "1.0.1",
"description": "Utilities for Spring documentation and websites",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsyer/js-utils.git"
},
"author": "dsyer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dsyer/js-utils/issues"
},
"homepage": "https://github.com/dsyer/js-utils#readme",
"files": [
"*.js",
"*.css"
]
}
"name": "@springio/utils",
"version": "1.0.2",
"description": "Utilities for Spring documentation and websites",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dsyer/js-utils.git"
},
"author": "dsyer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dsyer/js-utils/issues"
},
"homepage": "https://github.com/dsyer/js-utils#readme",
"files": [
"*.js",
"*.css"
]
}
+21
-18
.hidden {
display: none;
display: none;
}
.switch {
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #7a2518;
display: inline-block;
font-weight: 700;
font-size: 70%;
border-style: none;
display: inline-block;
position: relative;
bottom: 0;
margin-bottom: 5px;
border-width: 1px 1px 0 1px;
border-color: #7a2518;
}
.switch--item {
padding: 10px;
background-color: #ffffff;
color: #7a2518;
display: inline-block;
cursor: pointer;
padding: 2px 12px;
background-color: #fff;
color: #282828;
display: inline-block;
cursor: pointer;
border: 1px solid #4d4d4d;
margin-right: 2px;
border-radius: 0;
}
.switch--item:not(:first-child) {
border-width: 0 0 0 1px;
border-style: solid;
border-color: #7a2518;
}
.switch--item.selected {
background-color: #7a2519;
color: #ffffff;
background-color: #282828;
color: #ffffff;
border-color: #282828;
}