Socket
Socket
Sign inDemoInstall

argon-clientlibs

Package Overview
Dependencies
34
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

5

index.js

@@ -103,6 +103,5 @@ #!/usr/bin/env node

// Scan files and create js.txt and css.txt files
ignoredPaths.push(...paths.filter(path => path.startsWith('!')));
paths.forEach(path => {
if (path.startsWith('!')) {
ignoredPaths.push(path);
} else {
if (!path.startsWith('!')) {
recTestFiles(`${distFolder}/${path}`, targetPath);

@@ -109,0 +108,0 @@ }

2

package.json
{
"name": "argon-clientlibs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Argon UI clientlib is a helper package for Argon UI that converts regular JS or CSS package to a clientlib",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc