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

asset-assistant

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-assistant - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "asset-assistant",
"version": "0.0.10",
"version": "0.0.11",
"keywords": [

@@ -5,0 +5,0 @@ "util",

@@ -123,9 +123,4 @@ const jsdom = require('jsdom');

for (let filename of filenames) {
console.log(this.htmlFilename);
console.log(filename);
filename = relative(this.htmlFilename, filename);
console.log(filename);
filename = filename.replace(/\\/g, "/");
console.log(filename);
console.log("\n");

@@ -132,0 +127,0 @@ if (filename.endsWith(".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