Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

JSDev

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

JSDev - npm Package Compare versions

Comparing version
0.0.8
to
0.0.81
+2
-2
package.json
{
"name":"JSDev",
"description":"JSDev is a simple JavaScript preprocessor. It implements a tiny macro language that is written in the form of tagged comments. These comments are normally ignored, and will be removed by JSMin. But JSDev will activate these comments, replacing them with executable forms that can be used to do debugging, testing, logging, or tracing. JSDev scans a source looking for and replacing patterns. A pattern is a slashstar comment containing a tag and some stuff, and optionally a condition wrapped in parens. There must be no space between the slashstar and the <tag>.",
"version":"0.0.8",
"version":"0.0.81",
"homepage":"https://github.com/douglascrockford/JSDev",
"repository":"git://github.com/rwldrn/node-jsdev.git",
"author":"Douglas Crockford; Package maintained by Rick Waldron",
"main":"index.js",
"main":"./index.js",

@@ -10,0 +10,0 @@ "engines":{