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

@jeefo/javascript_preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jeefo/javascript_preprocessor - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

index.js
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : index.js
* Created at : 2020-05-30
* Updated at : 2020-11-22
* Updated at : 2020-11-24
* Author : jeefo

@@ -501,3 +501,3 @@ * Purpose :

const nodes = parser.parse(module.content);
for (const n of nodes) await await this.walk(n);
for (const n of nodes) await this.walk(n);

@@ -504,0 +504,0 @@ module.replacements.sort(sort_by_start_index);

{
"name": "@jeefo/javascript_preprocessor",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/je3f0o/jeefo_javascript_preprocessor",

@@ -5,0 +5,0 @@ "copyright": "2020",

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