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.4 to 0.0.5

2

lib/compiler.js

@@ -29,2 +29,4 @@ var Generator = require('generate-js'),

_.scope.verbose = flags.verbose;
_.parseMode(mode, tokens, flags);

@@ -31,0 +33,0 @@

@@ -21,3 +21,16 @@ var Generator = require('generate-js'),

_._scope.push(token);
if (_.verbose) {
console.log(
utils.repeat(' ', _._scope.length) +
scope._scope.map(function (item) {
return item.generator.name;
})
.join(' => ')
);
}
return _._scope.length;
},

@@ -24,0 +37,0 @@ pop: function pop() {

2

package.json
{
"name": "compileit",
"version": "0.0.4",
"version": "0.0.5",
"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