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

css-initials

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-initials - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

changelog.md

56

all.js
module.exports = {
"-ms-overflow-style": "auto",
"-moz-appearance": "none",
"-moz-binding": "none",
"-moz-border-bottom-colors": "none",
"-moz-border-left-colors": "none",
"-moz-border-right-colors": "none",
"-moz-border-top-colors": "none",
"-moz-context-properties": "none",
"-moz-float-edge": "content-box",
"-moz-force-broken-image-icon": "0",
"-moz-image-region": "auto",
"-moz-orient": "inline",
"-moz-outline-radius-bottomleft": "0",
"-moz-outline-radius-bottomright": "0",
"-moz-outline-radius-topleft": "0",
"-moz-outline-radius-topright": "0",
"-moz-stack-sizing": "stretch-to-fit",
"-moz-text-blink": "none",
"-moz-user-focus": "none",
"-moz-user-input": "auto",
"-moz-user-modify": "read-only",
"-moz-window-shadow": "default",
"-webkit-border-before-color": "currentcolor",
"-webkit-border-before-style": "none",
"-webkit-border-before-width": "medium",
"-webkit-box-reflect": "none",
"-webkit-mask-attachment": "scroll",
"-webkit-mask-clip": "border",
"-webkit-mask-composite": "source-over",
"-webkit-mask-image": "none",
"-webkit-mask-origin": "padding",
"-webkit-mask-position": "0% 0%",
"-webkit-mask-position-x": "0%",
"-webkit-mask-position-y": "0%",
"-webkit-mask-repeat": "repeat",
"-webkit-mask-repeat-x": "repeat",
"-webkit-mask-repeat-y": "repeat",
"-webkit-tap-highlight-color": "black",
"-webkit-text-fill-color": "currentcolor",
"-webkit-text-stroke-color": "currentcolor",
"-webkit-text-stroke-width": "0",
"-webkit-touch-callout": "default",
"align-content": "stretch",

@@ -103,11 +61,3 @@ "align-items": "stretch",

"bottom": "auto",
"box-align": "stretch",
"box-decoration-break": "slice",
"box-direction": "normal",
"box-flex": "0",
"box-flex-group": "1",
"box-lines": "single",
"box-ordinal-group": "1",
"box-orient": "initial",
"box-pack": "start",
"box-shadow": "none",

@@ -198,3 +148,2 @@ "box-sizing": "content-box",

"margin-top": "0",
"marker-offset": "auto",
"mask-clip": "border-box",

@@ -230,3 +179,2 @@ "mask-composite": "add",

"overflow": "visible",
"overflow-clip-box": "padding-box",
"overflow-wrap": "normal",

@@ -262,4 +210,2 @@ "overflow-x": "visible",

"scroll-snap-type": "none",
"scroll-snap-type-x": "none",
"scroll-snap-type-y": "none",
"shape-image-threshold": "0.0",

@@ -297,3 +243,2 @@ "shape-margin": "0",

"transition-timing-function": "ease",
"user-select": "auto",
"vertical-align": "baseline",

@@ -311,4 +256,5 @@ "visibility": "visible",

"-webkit-appearance": "none",
"-moz-appearance": "none",
"-ms-appearance": "none",
"appearance": "none"
};

@@ -67,4 +67,6 @@ const { join } = require('path');

R.propSatisfies(R.anyPass([
// we dont need experimental props
// we don't need experimental props
R.propEq('status', 'experimental'),
// we don't need non-standard props
R.propEq('status', 'nonstandard'),
// we do need only non-complex props

@@ -71,0 +73,0 @@ R.complement(R.propIs(String, 'initial')),

module.exports = {
"-ms-overflow-style": "auto",
"-moz-context-properties": "none",
"-moz-image-region": "auto",
"-moz-stack-sizing": "stretch-to-fit",
"-moz-user-input": "auto",
"-moz-user-modify": "read-only",
"-webkit-border-before-color": "currentcolor",
"-webkit-border-before-style": "none",
"-webkit-border-before-width": "medium",
"-webkit-text-fill-color": "currentcolor",
"-webkit-text-stroke-color": "currentcolor",
"-webkit-text-stroke-width": "0",
"-webkit-touch-callout": "default",
"azimuth": "center",

@@ -16,0 +3,0 @@ "border-collapse": "separate",

{
"name": "css-initials",
"version": "0.1.1",
"version": "0.2.0",
"description": "Initial CSS values for `all: initial` polyfills.",

@@ -9,3 +9,4 @@ "main": "index.js",

"build": "node ./bin/build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},

@@ -21,5 +22,5 @@ "keywords": [

"devDependencies": {
"ramda": "^0.23.0",
"chokidar-cli": "^1.2.0",
"mdn-data": "^1.0.0"
"mdn-data": "^1.0.0",
"ramda": "^0.23.0"
},

@@ -26,0 +27,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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