You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

decaffeinate-coffeescript

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decaffeinate-coffeescript - npm Package Compare versions

Comparing version

to
1.10.0-patch26

3

lib/coffee-script/coffee-script.d.ts

@@ -9,2 +9,3 @@ import SourceMap, { V3SourceMap } from './sourcemap';

interface CompileOptions {
bare?: boolean;
header?: boolean;

@@ -42,3 +43,3 @@ shiftLine?: boolean;

*/
export function compile(code: string, options?: CompileOptions): CompileResult;
export function compile(code: string, options?: CompileOptions): string | CompileResult;

@@ -45,0 +46,0 @@ /**

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

"author": "Jeremy Ashkenas",
"version": "1.10.0-patch25",
"version": "1.10.0-patch26",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet