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.3 to 0.0.4

3

lib/compiler.js

@@ -49,3 +49,4 @@ var Generator = require('generate-js'),

if (!parseFuncs) {
throw 'Mode not found: ' + JSON.stringify(mode) + '.';
throw new Error('Mode not found: ' + JSON.stringify(
mode) + '.');
}

@@ -52,0 +53,0 @@

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

if (_.closed) {
throw 'Cannot call close on a closed token.';
throw new Error('Cannot call close on a closed token.');
}

@@ -51,0 +51,0 @@

{
"name": "compileit",
"version": "0.0.3",
"version": "0.0.4",
"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