You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@times-stories/page

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-stories/page - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+12
lib/style.scss
.page {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
&.withAnimations {
transition: opacity 0.4s ease;
}
}
+4
-3
{
"name": "@times-stories/page",
"version": "1.0.6",
"version": "1.0.7",
"main": "lib/index.js",

@@ -9,3 +9,3 @@ "module": "lib/index.js",

"lint": "eslint .",
"build": "babel src --out-dir lib"
"build": "babel src --out-dir lib && cp src/style.scss lib"
},

@@ -16,2 +16,3 @@ "publishConfig": {

"dependencies": {
"@times-stories/context": "^1.0.6",
"react": "^16.6.1",

@@ -26,3 +27,3 @@ "react-dom": "^16.6.1"

},
"gitHead": "eab2c93feda8daf0f77da24ecc71ca00aec5efe8"
"gitHead": "cb0ec4f416a197d7bdef2869afc74ae3558ca93d"
}