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

widget-crm-form

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widget-crm-form - npm Package Compare versions

Comparing version 5.2.1 to 6.0.1

dist/1681385758587/14.css

11

package.json
{
"name": "widget-crm-form",
"version": "5.2.1",
"version": "6.0.1",
"description": "epicentrk",
"scripts": {
"serve": "webpack serve --env serve --mode development --open",
"dev": "webpack --env dev --mode development --watch",
"build": "rm -rf dist && npm run lintfix && webpack --env prod --mode production",
"p": "npm version patch && npm run build && npm run style:php && npm publish",
"serve": "npm run t && webpack serve --env serve --mode development --open",
"dev": "npm run t && webpack --env dev --mode development --watch",
"build": "rm -rf dist && npm run t && npm run lintfix && webpack --env prod --mode production && npm run style:php",
"p": "npm version patch && npm run build && npm publish",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .eslintignore .",

@@ -14,2 +14,3 @@ "lint:style": "stylelint \"**/*.{scss,vue}\" --ignore-path .stylelintignore",

"lintfix": "npm run lint:js -- --fix && npm run lint:style -- --fix",
"t": "node ./timestamp.js",
"style:php": "node ./script.js"

@@ -16,0 +17,0 @@ },

const path = require('path');
const fs = require('fs-extra');
const files = fs.readdirSync(path.resolve(__dirname, 'dist'));
const t = require('./dist/timestamp');
const files = fs.readdirSync(path.resolve(__dirname, `dist/${t}`));
const pathCss = [];

@@ -12,5 +13,5 @@ let file = '';

pathCss.forEach(el => {
file += `<link rel="stylesheet" href="/resources/widget/crm-from/${el}.css">`;
file += `<link rel="stylesheet" href="/resources/widget/crm-from/${t}/${el}.css">`;
});
fs.writeFile(path.resolve(__dirname, 'dist/style.php'), file);

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