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

@lmc-eu/spirit-analytics

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lmc-eu/spirit-analytics - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

index.js

@@ -64,3 +64,2 @@ import {

function searchFileForComponents(file, localComponents, baseComponents) {
var _a;
const reStartTag = /<([a-zA-Z][a-zA-Z0-9]*)([^>]*)>/g;

@@ -74,3 +73,3 @@ const reAttr = /([\w-]+)="?([^"]*)"?/g;

const nodeStartPos = match.index;
const numLineBreaks = ((_a = fileContent.slice(0, nodeStartPos).match(/\n/g)) == null ? void 0 : _a.length) ?? 0;
const numLineBreaks = fileContent.slice(0, nodeStartPos).match(/\n/g)?.length ?? 0;
const moduleName = determineModuleNameFromComponents(nodeName, localComponents, baseComponents);

@@ -77,0 +76,0 @@ const fullName = `${moduleName}:${nodeName}`;

{
"name": "@lmc-eu/spirit-analytics",
"version": "1.0.6",
"version": "1.0.7",
"description": "Analytic tools for Spirit Design System",

@@ -69,4 +69,4 @@ "license": "MIT",

"sade": "^1.8.1",
"zx": "^7.2.2"
"zx": "^8.0.0"
}
}

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