Socket
Socket
Sign inDemoInstall

coffeescript

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeescript - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

2

lib/coffeescript/browser.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // This **Browser** compatibility layer extends core CoffeeScript functions

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // `cake` is a simplified version of [Make](http://www.gnu.org/software/make/)

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // CoffeeScript can be used both on the server, as a command-line compiler based

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // The `coffee` utility. Handles command-line compilation of CoffeeScript

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // The CoffeeScript parser is generated by [Jison](https://github.com/zaach/jison)

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // This file contains the common helper functions that we'd like to share among

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -185,2 +185,33 @@ // Node.js Implementation

// Explicitly define all named exports so that Node’s automatic detection of
// named exports from CommonJS packages finds all of them. This enables consuming
// packages to write code like `import { compile } from 'coffeescript'`.
// Don’t simplify this into a loop or similar; the `module.exports.name` part is
// essential for Node’s algorithm to successfully detect the name.
module.exports.VERSION = CoffeeScript.VERSION;
module.exports.FILE_EXTENSIONS = CoffeeScript.FILE_EXTENSIONS;
module.exports.helpers = CoffeeScript.helpers;
module.exports.registerCompiled = CoffeeScript.registerCompiled;
module.exports.compile = CoffeeScript.compile;
module.exports.tokens = CoffeeScript.tokens;
module.exports.nodes = CoffeeScript.nodes;
module.exports.register = CoffeeScript.register;
module.exports.eval = CoffeeScript.eval;
module.exports.run = CoffeeScript.run;
module.exports.transpile = CoffeeScript.transpile;
module.exports._compileRawFileContent = CoffeeScript._compileRawFileContent;
module.exports._compileFile = CoffeeScript._compileFile;
}).call(this);

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ var LONG_FLAG, MULTI_FLAG, OPTIONAL, OptionParser, SHORT_FLAG, buildRule, buildRules, normalizeArguments, repeat,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ var CoffeeScript, Module, binary, child_process, ext, findExtension, fork, getRootModule, helpers, i, len, loadFile, path, ref;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ var CoffeeScript, addHistory, addMultilineHandler, fs, getCommandId, merge, nodeREPL, path, replDefaults, runInContext, sawSIGINT, transpile, updateSyntaxError, vm;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // The CoffeeScript language has a good deal of optional syntax, implicit syntax,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // The **Scope** class regulates lexical scoping within CoffeeScript. As you

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.6.0
// Generated by CoffeeScript 2.6.1
(function() {

@@ -3,0 +3,0 @@ // Source maps allow JavaScript runtimes to match running JavaScript back to

@@ -11,3 +11,3 @@ {

"author": "Jeremy Ashkenas",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",

@@ -14,0 +14,0 @@ "engines": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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