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

aug-compile

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aug-compile - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

test.html

4

aug-compile-es6.js

@@ -64,3 +64,3 @@ /**

const op = `opacity: ${cs2.getPropertyValue("opacity")};`
const bg = `background: ${cs2.getPropertyValue("background")};`
const bg = `background: ${cs2.getPropertyValue("background") || cs2.getPropertyValue("--aug-inlay-bg") || "var(--aug-inlay-bg)"};`
augCompileSheet.insertRule( `[data-augmented-ui-compiled~="${id}"]::before { content: ""; ${webkit}clip-path: ${clip2}; ${op} ${bg} }`, x )

@@ -73,3 +73,3 @@ x++

const op = `opacity: ${cs3.getPropertyValue("opacity")};`
const bg = `background: ${cs3.getPropertyValue("background")};`
const bg = `background: ${cs3.getPropertyValue("background") || cs3.getPropertyValue("--aug-border-bg") || "var(--aug-border-bg)"};`
augCompileSheet.insertRule( `[data-augmented-ui-compiled~="${id}"]::after { content: ""; ${webkit}clip-path: ${clip3}; ${op} ${bg} }`, x )

@@ -76,0 +76,0 @@ x++

{
"name": "aug-compile",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the most out of your runtime performance by compiling static augmented-ui configurations up front",
"main": "aug-compile-es6.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"informal test in test.html\" && exit 1"
},

@@ -9,0 +9,0 @@ "repository": {

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