🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign 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
1.10.0-patch8
to
1.10.0-patch9
+60
-14
.idea/workspace.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="e9da7dcf-d780-4805-a89f-29c8f50c8101" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
</list>
<list default="true" id="e9da7dcf-d780-4805-a89f-29c8f50c8101" name="Default" comment="" />
<ignored path="$PROJECT_DIR$/.tmp/" />

@@ -25,4 +23,4 @@ <ignored path="$PROJECT_DIR$/temp/" />

<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="675">
<caret line="609" column="30" lean-forward="true" selection-start-line="609" selection-start-column="30" selection-end-line="609" selection-end-column="30" />
<state relative-caret-position="435">
<caret line="227" column="0" lean-forward="false" selection-start-line="227" selection-start-column="0" selection-end-line="227" selection-end-column="0" />
<folding>

@@ -53,2 +51,3 @@ <element signature="e#0#28#0" expanded="true" />

<find>Parens</find>
<find>Bool</find>
</findStrings>

@@ -84,3 +83,3 @@ <dirStrings>

<option name="width" value="1440" />
<option name="height" value="873" />
<option name="height" value="872" />
</component>

@@ -223,2 +222,5 @@ <component name="ProjectView">

</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">

@@ -232,3 +234,5 @@ <task active="true" id="Default" summary="Default task">

<workItem from="1482167578703" duration="2408000" />
<workItem from="1482261465795" duration="3153000" />
<workItem from="1482261465795" duration="4403000" />
<workItem from="1482750151744" duration="119000" />
<workItem from="1482788563064" duration="1878000" />
</task>

@@ -263,10 +267,31 @@ <task id="LOCAL-00001" summary="fix: add missing `Base#locationData` property">

</task>
<option name="localTasksCounter" value="5" />
<task id="LOCAL-00005" summary="fix: `Bool#val` is a string">
<created>1482278933027</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1482278933027</updated>
</task>
<task id="LOCAL-00006" summary="fix: `Return#expression` may not be present">
<created>1482788591071</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1482788591071</updated>
</task>
<task id="LOCAL-00007" summary="chore: bump version to 1.10.0-patch9">
<created>1483030590392</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1483030590392</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="5561000" />
<option name="totallyTimeSpent" value="8808000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="873" extended-state="6" />
<frame x="0" y="23" width="1440" height="872" extended-state="6" />
<editor active="true" />

@@ -278,3 +303,2 @@ <layout>

<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32891566" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />

@@ -291,2 +315,3 @@ <window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />

<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32891566" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />

@@ -307,3 +332,6 @@ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />

<MESSAGE value="fix: `Parens#body` is a block" />
<option name="LAST_COMMIT_MESSAGE" value="fix: `Parens#body` is a block" />
<MESSAGE value="fix: `Bool#val` is a string" />
<MESSAGE value="fix: `Return#expression` may not be present" />
<MESSAGE value="chore: bump version to 1.10.0-patch9" />
<option name="LAST_COMMIT_MESSAGE" value="chore: bump version to 1.10.0-patch9" />
</component>

@@ -318,2 +346,20 @@ <component name="XDebuggerManager">

<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding>
<element signature="e#0#28#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/package.json">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="150">
<caret line="10" column="26" lean-forward="false" selection-start-line="10" selection-start-column="26" selection-end-line="10" selection-end-column="26" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/lib/coffee-script/nodes.d.ts">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="22" lean-forward="false" selection-start-line="0" selection-start-column="22" selection-end-line="0" selection-end-column="22" />

@@ -344,4 +390,4 @@ <folding>

<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="675">
<caret line="609" column="30" lean-forward="true" selection-start-line="609" selection-start-column="30" selection-end-line="609" selection-end-column="30" />
<state relative-caret-position="435">
<caret line="227" column="0" lean-forward="false" selection-start-line="227" selection-start-column="0" selection-end-line="227" selection-end-column="0" />
<folding>

@@ -348,0 +394,0 @@ <element signature="e#0#28#0" expanded="true" />

+4
-4

@@ -225,11 +225,11 @@ import Scope from './scope';

export class Bool extends Base {
val: boolean;
val: string;
constructor(val: boolean);
constructor(val: string);
}
export class Return extends Base {
expression: Base;
expression?: Base;
constructor(expression: Base);
constructor(expression?: Base);
}

@@ -236,0 +236,0 @@

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

"author": "Jeremy Ashkenas",
"version": "1.10.0-patch8",
"version": "1.10.0-patch9",
"license": "MIT",

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