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 1.0.0 to 1.0.1

7

lib/compiler.js

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

if (_.scope.length) {
throw code.makeError(
throw _.codeBuffer.makeError(
'Unexpected End Of Input.'

@@ -141,3 +141,6 @@ );

'ILLEGAL Token: ' +
JSON.stringify(token.source(code))
JSON.stringify(
token.source(code)
)
.slice(1, -1)
);

@@ -144,0 +147,0 @@ }

{
"name": "compileit",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple parse cycle compiler.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,4 +0,4 @@

# compileit
# CompileIt
[![GitHub release](https://img.shields.io/github/release/Mike96angelo/compileit.svg?maxAge=21600)](https://github.com/Mike96Angelo/compileit)
[![GitHub release](https://img.shields.io/github/release/Mike96angelo/compileit.svg?maxAge=21600)](https://github.com/Mike96Angelo/compileit/releases)
[![npm version](https://img.shields.io/npm/v/compileit.svg?maxAge=21600)](https://www.npmjs.com/package/compileit)

@@ -5,0 +5,0 @@ [![npm downloads](https://img.shields.io/npm/dm/compileit.svg?maxAge=604800)](https://npm-stat.com/charts.html?package=compileit&from=2016-10-01)

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