New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pixflow-auth-motionfactory-theme

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixflow-auth-motionfactory-theme - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -9,3 +9,5 @@ const PixflowControllerAuth = require("pixflow-controller-auth");

const self = super();
}
connectedCallback(){
var styles = document.createElement("style");

@@ -29,4 +31,2 @@ styles.textContent = fs.readFileSync(path.join(__dirname, "styles.css"));

customElements.define("pixflow-auth", PixflowAuthMotionFactory);
module.exports = PixflowAuthMotionFactory;
const path = require("path");
require("pixflow-auth-motionfactory-theme");
const PixflowAuth = require("pixflow-auth-motionfactory-theme");
customElements.define("pixflow-auth", PixflowAuth);
const pixflow_auth = document.querySelector("pixflow-auth")
if(pixflow_auth.redirect_panel_encrypt() == true)
window.location.href = path.join(window.__adobe_cep__.getSystemPath("extension"),"index.html");
{
"name": "pixflow-auth-motionfactory-theme",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

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