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

compileit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compileit - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

9

lib/compiler.js

@@ -74,7 +74,9 @@ var Generator = require('generate-js'),

console.log(
utils.repeat(' ', scope.length) +
utils.repeat(' ', scope.length +
1) +
_.modeFormater(mode) + ' ' +
_.funcFormater(parseFunc.name) +
'\n' +
utils.repeat(' ', scope.length) +
utils.repeat(' ', scope.length +
1) +
utils.bufferSlice(code, 5, _.charFormater)

@@ -99,3 +101,4 @@ );

console.log(
utils.repeat(' ', scope.length) +
utils.repeat(' ', scope.length +
1) +
_.typeFormater(token.constructor

@@ -102,0 +105,0 @@ .name || token.type) +

{
"name": "compileit",
"version": "0.0.16",
"version": "0.0.17",
"description": "A simple parse cycle compiler.",

@@ -5,0 +5,0 @@ "main": "index.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