You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
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-patch21

4

lib/coffee-script/nodes.d.ts

@@ -361,4 +361,4 @@ import Scope from './scope';

export class Range extends Base {
from: Base;
to: Base;
from: Base | null;
to: Base | null;
exclusive: boolean;

@@ -365,0 +365,0 @@ equals: boolean;

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

"author": "Jeremy Ashkenas",
"version": "1.10.0-patch20",
"version": "1.10.0-patch21",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet