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

inprint

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inprint - npm Package Compare versions

Comparing version

to
1.0.12

2

lib/inprint.js

@@ -125,3 +125,3 @@ "use strict";

// @ts-ignore
console.log("1.0.11");
console.log("1.0.12");
return;

@@ -128,0 +128,0 @@ }

{
"name": "inprint",
"version": "1.0.11",
"version": "1.0.12",
"private": false,

@@ -5,0 +5,0 @@ "description": "A very simple precompiler written in typescript. With it you can make a dynamically generated blocks in your code.",

@@ -71,1 +71,17 @@ # inprint

- **@INPRINT** tags can't be nested
# Debugging inprint function
Create **inprintDebug.cjs** with contents
```javascript
require("inprint").run();
```
run it in your favorite IDE to debug the scripts.
# Run programmatically
```javascript
require("inprint").run(options);
```